Uses of Class
com.sun.xml.dtdparser.InputEntity

Packages that use InputEntity
com.sun.tools.xjc.reader.dtd   
com.sun.xml.dtdparser scan DTD stream and generates appropriate events. 
 

Uses of InputEntity in com.sun.tools.xjc.reader.dtd
 

Methods in com.sun.tools.xjc.reader.dtd with parameters of type InputEntity
 void TDTDReader.startDTD(InputEntity entity)
           
 

Uses of InputEntity in com.sun.xml.dtdparser
 

Methods in com.sun.xml.dtdparser that return InputEntity
static InputEntity InputEntity.getInputEntity(DTDEventListener h, Locale l)
           
 InputEntity InputEntity.pop()
           
 

Methods in com.sun.xml.dtdparser 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)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.