Uses of Interface
org.w3c.dom.EntityReference
| Package | Description |
|---|---|
| org.apache.harmony.xml.dom | |
| org.apache.xml.dtm.ref | |
| org.apache.xml.utils |
Implementation of Xalan utility classes.
|
| org.w3c.dom |
-
Uses of EntityReference in org.apache.harmony.xml.dom
Classes in org.apache.harmony.xml.dom that implement EntityReference Modifier and Type Class Description classEntityReferenceImplProvides a straightforward implementation of the corresponding W3C DOM interface. -
Uses of EntityReference in org.apache.xml.dtm.ref
Methods in org.apache.xml.dtm.ref that return EntityReference Modifier and Type Method Description EntityReferenceDTMNodeProxy. createEntityReference(String name) -
Uses of EntityReference in org.apache.xml.utils
Methods in org.apache.xml.utils that return EntityReference Modifier and Type Method Description EntityReferenceUnImplNode. createEntityReference(String name)Unimplemented. -
Uses of EntityReference in org.w3c.dom
Methods in org.w3c.dom that return EntityReference Modifier and Type Method Description EntityReferenceDocument. createEntityReference(String name)Creates anEntityReferenceobject.