Uses of Class
com.sun.xml.dtdparser.InputEntity
-
Packages that use InputEntity Package Description com.sun.xml.dtdparser scan DTD stream and generates appropriate events. -
-
Uses of InputEntity in com.sun.xml.dtdparser
Methods in com.sun.xml.dtdparser that return InputEntity Modifier and Type Method Description static InputEntityInputEntity. getInputEntity(DTDEventListener h, Locale l)InputEntityInputEntity. pop()Methods in com.sun.xml.dtdparser with parameters of type InputEntity Modifier and Type Method Description voidInputEntity. init(char[] b, String name, InputEntity stack, boolean isPE)voidInputEntity. init(InputSource in, String name, InputEntity stack, boolean isPE)voidDTDEventListener. startDTD(InputEntity in)Receive notification of the beginning of the DTD.voidDTDHandlerBase. startDTD(InputEntity in)
-