|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EntityReference | |
---|---|
org.apache.xerces.dom | |
org.w3c.dom |
Uses of EntityReference in org.apache.xerces.dom |
---|
Classes in org.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.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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |