Uses of Class
com.sun.msv.scanner.dtd.InputEntity
Packages that use InputEntity
Package
Description
reads DTD and constructs AGM.
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 -
Uses of InputEntity in com.sun.msv.scanner.dtd
Methods in com.sun.msv.scanner.dtd that return InputEntityModifier and TypeMethodDescriptionstatic InputEntity
InputEntity.getInputEntity
(DTDEventListener h, Locale l) InputEntity.pop()
Methods in com.sun.msv.scanner.dtd with parameters of type InputEntityModifier and TypeMethodDescriptionvoid
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)