Uses of Class
com.sun.msv.scanner.dtd.InputEntity
-
Packages that use InputEntity Package Description com.sun.msv.reader.dtd reads DTD and constructs AGM.com.sun.msv.scanner.dtd scan DTD stream and generates appropriate events. -
-
Uses of InputEntity in com.sun.msv.reader.dtd
Methods in com.sun.msv.reader.dtd with parameters of type InputEntity Modifier and Type Method Description voidDTDReader. startDTD(InputEntity in) -
Uses of InputEntity in com.sun.msv.scanner.dtd
Fields in com.sun.msv.scanner.dtd declared as InputEntity Modifier and Type Field Description private InputEntityDTDParser. inprivate InputEntityInputEntity. nextMethods in com.sun.msv.scanner.dtd that return InputEntity Modifier and Type Method Description static InputEntityInputEntity. getInputEntity(DTDEventListener h, java.util.Locale l)private InputEntityInputEntity. getTopEntity()private InputEntityDTDParser. peekDeclaration(java.lang.String s)InputEntityInputEntity. pop()Methods in com.sun.msv.scanner.dtd with parameters of type InputEntity Modifier and Type Method Description private voidInputEntity. checkRecursion(InputEntity stack)private voidDTDParser. getcps(java.lang.String elementName, InputEntity start)private voidDTDParser. getMixed(java.lang.String elementName, InputEntity start)voidInputEntity. init(char[] b, java.lang.String name, InputEntity stack, boolean isPE)voidInputEntity. init(org.xml.sax.InputSource in, java.lang.String name, InputEntity stack, boolean isPE)voidDTDEventListener. startDTD(InputEntity in)Receive notification of the beginning of the DTD.voidDTDHandlerBase. startDTD(InputEntity in)Constructors in com.sun.msv.scanner.dtd with parameters of type InputEntity Constructor Description ExternalEntity(InputEntity in)
-