Save This Page
Home » dom4j-1.6.1 » org.dom4j.dom » [javadoc | source]
org.dom4j.dom
public class: DOMEntityReference [javadoc | source]
java.lang.Object
   org.dom4j.tree.AbstractNode
      org.dom4j.tree.AbstractEntity
         org.dom4j.tree.FlyweightEntity
            org.dom4j.tree.DefaultEntity
               org.dom4j.dom.DOMEntityReference

All Implemented Interfaces:
    EntityReference, Entity, Cloneable, Node, Serializable

DOMEntity implements a Entity node which supports the W3C DOM API.

Fields inherited from org.dom4j.tree.FlyweightEntity:
name,  text
Fields inherited from org.dom4j.tree.AbstractNode:
NODE_TYPE_NAMES
Constructor:
 public DOMEntityReference(String name) 
 public DOMEntityReference(String name,
    String text) 
 public DOMEntityReference(Element parent,
    String name,
    String text) 
Method from org.dom4j.dom.DOMEntityReference Summary:
appendChild,   cloneNode,   getAttributes,   getChildNodes,   getFirstChild,   getLastChild,   getLocalName,   getNamespaceURI,   getNextSibling,   getNodeName,   getNodeValue,   getOwnerDocument,   getParentNode,   getPrefix,   getPreviousSibling,   hasAttributes,   hasChildNodes,   insertBefore,   isSupported,   normalize,   removeChild,   replaceChild,   setNodeValue,   setPrefix,   supports
Methods from org.dom4j.tree.DefaultEntity:
getParent,   isReadOnly,   setName,   setParent,   setText,   supportsParent
Methods from org.dom4j.tree.FlyweightEntity:
createXPathResult,   getName,   getText,   setText
Methods from org.dom4j.tree.AbstractEntity:
accept,   asXML,   getNodeType,   getPath,   getStringValue,   getUniquePath,   toString,   write
Methods from org.dom4j.tree.AbstractNode:
asXPathResult,   clone,   createPattern,   createXPath,   createXPathFilter,   createXPathResult,   detach,   getDocument,   getDocumentFactory,   getName,   getNodeType,   getNodeTypeName,   getParent,   getPath,   getStringValue,   getText,   getUniquePath,   hasContent,   isReadOnly,   matches,   numberValueOf,   selectNodes,   selectNodes,   selectNodes,   selectObject,   selectSingleNode,   setDocument,   setName,   setParent,   setText,   supportsParent,   valueOf,   write
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.dom4j.dom.DOMEntityReference Detail:
 public Node appendChild(Node newChild) throws DOMException 
 public Node cloneNode(boolean deep) 
 public NamedNodeMap getAttributes() 
 public NodeList getChildNodes() 
 public Node getFirstChild() 
 public Node getLastChild() 
 public String getLocalName() 
 public String getNamespaceURI() 
 public Node getNextSibling() 
 public String getNodeName() 
 public String getNodeValue() throws DOMException 
 public Document getOwnerDocument() 
 public Node getParentNode() 
 public String getPrefix() 
 public Node getPreviousSibling() 
 public boolean hasAttributes() 
 public boolean hasChildNodes() 
 public Node insertBefore(Node newChild,
    Node refChild) throws DOMException 
 public boolean isSupported(String feature,
    String version) 
 public  void normalize() 
 public Node removeChild(Node oldChild) throws DOMException 
 public Node replaceChild(Node newChild,
    Node oldChild) throws DOMException 
 public  void setNodeValue(String nodeValue) throws DOMException 
 public  void setPrefix(String prefix) throws DOMException 
 public boolean supports(String feature,
    String version)