Save This Page
Home » dom4j-1.6.1 » org.dom4j.dom » [javadoc | source]
org.dom4j.dom
public class: DOMAttribute [javadoc | source]
java.lang.Object
   org.dom4j.tree.AbstractNode
      org.dom4j.tree.AbstractAttribute
         org.dom4j.tree.FlyweightAttribute
            org.dom4j.tree.DefaultAttribute
               org.dom4j.dom.DOMAttribute

All Implemented Interfaces:
    Attr, Attribute, Cloneable, Node, Serializable

DOMAttribute implements a doubly linked attribute which supports the W3C DOM API.

Fields inherited from org.dom4j.tree.FlyweightAttribute:
value
Fields inherited from org.dom4j.tree.AbstractNode:
NODE_TYPE_NAMES
Constructor:
 public DOMAttribute(QName qname) 
 public DOMAttribute(QName qname,
    String value) 
 public DOMAttribute(Element parent,
    QName qname,
    String value) 
Method from org.dom4j.dom.DOMAttribute Summary:
appendChild,   cloneNode,   getAttributes,   getChildNodes,   getFirstChild,   getLastChild,   getLocalName,   getNamespaceURI,   getNextSibling,   getNodeName,   getNodeValue,   getOwnerDocument,   getOwnerElement,   getParentNode,   getPrefix,   getPreviousSibling,   getSpecified,   hasAttributes,   hasChildNodes,   insertBefore,   isSupported,   normalize,   removeChild,   replaceChild,   setNodeValue,   setPrefix,   supports
Methods from org.dom4j.tree.DefaultAttribute:
getParent,   isReadOnly,   setParent,   setValue,   supportsParent
Methods from org.dom4j.tree.FlyweightAttribute:
getQName,   getValue
Methods from org.dom4j.tree.AbstractAttribute:
accept,   asXML,   createXPathResult,   getData,   getName,   getNamespace,   getNamespacePrefix,   getNamespaceURI,   getNodeType,   getPath,   getQualifiedName,   getText,   getUniquePath,   setData,   setNamespace,   setText,   setValue,   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.DOMAttribute 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 Element getOwnerElement() 
 public Node getParentNode() 
 public String getPrefix() 
 public Node getPreviousSibling() 
 public boolean getSpecified() 
 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)