Uses of Class
com.sun.xml.dtdparser.InputEntity
-
Uses of InputEntity in com.sun.xml.dtdparser
Fields in com.sun.xml.dtdparser declared as InputEntityModifier and TypeFieldDescriptionprivate InputEntity
DTDParser.in
private InputEntity
InputEntity.next
Methods in com.sun.xml.dtdparser that return InputEntityModifier and TypeMethodDescriptionstatic InputEntity
InputEntity.getInputEntity
(DTDEventListener h, Locale l) private InputEntity
InputEntity.getTopEntity()
private InputEntity
DTDParser.peekDeclaration
(String s) InputEntity.pop()
Methods in com.sun.xml.dtdparser with parameters of type InputEntityModifier and TypeMethodDescriptionprivate void
InputEntity.checkRecursion
(InputEntity stack) private void
DTDParser.getcps
(String elementName, InputEntity start) private void
DTDParser.getMixed
(String elementName, InputEntity start) void
InputEntity.init
(char[] b, String name, InputEntity stack, boolean isPE) void
InputEntity.init
(InputSource in, String name, InputEntity stack, boolean isPE) void
DTDEventListener.startDTD
(InputEntity in) Receive notification of the beginning of the DTD.void
DTDHandlerBase.startDTD
(InputEntity in) Constructors in com.sun.xml.dtdparser with parameters of type InputEntity