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

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

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 DTDHandlerBase.startDTD(InputEntity in)
           
 void DTDEventListener.startDTD(InputEntity in)
          Receive notification of the beginning of the DTD.
 



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