Save This Page
Home » dom4j-1.6.1 » org.dom4j.dom » [javadoc | source]
org.dom4j.dom
public class: DOMNamespace [javadoc | source]
java.lang.Object
   org.dom4j.tree.AbstractNode
      org.dom4j.Namespace
         org.dom4j.tree.DefaultNamespace
            org.dom4j.dom.DOMNamespace

All Implemented Interfaces:
    Node, Cloneable, Node, Serializable

DOMNamespace implements a Namespace that is compatable with the DOM API.

Fields inherited from org.dom4j.Namespace:
CACHE,  XML_NAMESPACE,  NO_NAMESPACE
Fields inherited from org.dom4j.tree.AbstractNode:
NODE_TYPE_NAMES
Constructor:
 public DOMNamespace(String prefix,
    String uri) 
 public DOMNamespace(Element parent,
    String prefix,
    String uri) 
Method from org.dom4j.dom.DOMNamespace Summary:
appendChild,   cloneNode,   getAttributes,   getChildNodes,   getFirstChild,   getLastChild,   getLocalName,   getNamespaceURI,   getNextSibling,   getNodeName,   getNodeValue,   getOwnerDocument,   getParentNode,   getPreviousSibling,   hasAttributes,   hasChildNodes,   insertBefore,   isSupported,   normalize,   removeChild,   replaceChild,   setNodeValue,   setPrefix,   supports
Methods from org.dom4j.tree.DefaultNamespace:
createHashCode,   equals,   getParent,   hashCode,   isReadOnly,   setParent,   supportsParent
Methods from org.dom4j.Namespace:
accept,   asXML,   createHashCode,   createXPathResult,   equals,   get,   get,   getNodeType,   getPath,   getPrefix,   getStringValue,   getText,   getURI,   getUniquePath,   getXPathNameStep,   hashCode,   toString
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.DOMNamespace 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 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)