Uses of Interface
org.w3c.dom.EntityReference

Packages that use EntityReference
com.japisoft.fastparser.dom   
org.w3c.dom   
 

Uses of EntityReference in com.japisoft.fastparser.dom
 

Classes in com.japisoft.fastparser.dom that implement EntityReference
 class EntityReferenceImpl
          EntityReference
 

Methods in com.japisoft.fastparser.dom that return EntityReference
 EntityReference DocumentImpl.createEntityReference(java.lang.String name)
          Creates an EntityReference object.
 

Uses of EntityReference in org.w3c.dom
 

Methods in org.w3c.dom that return EntityReference
 EntityReference Document.createEntityReference(java.lang.String name)
          Creates an EntityReference object.