Uses of Class
com.sun.xml.dtdparser.InputEntity
-
-
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)
-