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 InputEntity
InputEntity. getInputEntity(DTDEventListener h, java.util.Locale l)
InputEntity
InputEntity. pop()
Methods in com.sun.xml.dtdparser with parameters of type InputEntity Modifier and Type Method Description void
InputEntity. init(char[] b, java.lang.String name, InputEntity stack, boolean isPE)
void
InputEntity. init(org.xml.sax.InputSource in, java.lang.String name, InputEntity stack, boolean isPE)
void
DTDEventListener. startDTD(InputEntity in)
Receive notification of the beginning of the DTD.void
DTDHandlerBase. startDTD(InputEntity in)
-