Uses of Class
com.sun.msv.scanner.dtd.InputEntity

Packages that use InputEntity
com.sun.msv.reader.dtd reads DTD and constructs AGM. 
com.sun.msv.scanner.dtd 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
 void DTDReader.startDTD(InputEntity in)
           
 

Uses of InputEntity in com.sun.msv.scanner.dtd
 

Methods in com.sun.msv.scanner.dtd that return InputEntity
static InputEntity InputEntity.getInputEntity(DTDEventListener h, Locale l)
           
 InputEntity InputEntity.pop()
           
 

Methods in com.sun.msv.scanner.dtd with parameters of type InputEntity
 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)
           
 



MSV