Uses of Interface
org.w3c.dom.EntityReference

Packages that use EntityReference
org.enhydra.apache.xerces.dom   
org.w3c.dom   
 

Uses of EntityReference in org.enhydra.apache.xerces.dom
 

Classes in org.enhydra.apache.xerces.dom that implement EntityReference
 class DeferredEntityReferenceImpl
          EntityReference models the XML &entityname; syntax, when used for entities defined by the DOM.
 class EntityReferenceImpl
          EntityReference models the XML &entityname; syntax, when used for entities defined by the DOM.
 

Methods in org.enhydra.apache.xerces.dom that return EntityReference
 EntityReference CoreDocumentImpl.createEntityReference(java.lang.String name)
          Factory method; creates an EntityReference having this Document as its OwnerDoc.
 

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.
 



Copyright © 1999 The Apache Software Foundation. All Rights reserved.