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

All Implemented Interfaces:
    Attribute, Cloneable, Node, Serializable

Direct Known Subclasses:
    DOMAttribute, FlyweightAttribute, DefaultAttribute, UserDataAttribute, BeanAttribute, DatatypeAttribute

AbstractNamespace is an abstract base class for tree implementors to use for implementation inheritence.

Fields inherited from org.dom4j.tree.AbstractNode:
NODE_TYPE_NAMES
Method from org.dom4j.tree.AbstractAttribute Summary:
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.tree.AbstractAttribute Detail:
 public  void accept(Visitor visitor) 
 public String asXML() 
 protected Node createXPathResult(Element parent) 
 public Object getData() 
 public String getName() 
 public Namespace getNamespace() 
 public String getNamespacePrefix() 
 public String getNamespaceURI() 
 public short getNodeType() 
 public String getPath(Element context) 
 public String getQualifiedName() 
 public String getText() 
 public String getUniquePath(Element context) 
 public  void setData(Object data) 
 public  void setNamespace(Namespace namespace) 
 public  void setText(String text) 
 public  void setValue(String value) 
 public String toString() 
 public  void write(Writer writer) throws IOException