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

All Implemented Interfaces:
    org.relaxng.datatype.ValidationContext, com.sun.msv.datatype.SerializationContext, Attribute, Cloneable, Node, Serializable

DatatypeAttribute represents an Attribute which supports the XML Schema Data Types specification.

Fields inherited from org.dom4j.tree.AbstractNode:
NODE_TYPE_NAMES
Constructor:
 public DatatypeAttribute(QName qname,
    XSDatatype datatype) 
 public DatatypeAttribute(QName qname,
    XSDatatype datatype,
    String text) 
Method from org.dom4j.datatype.DatatypeAttribute Summary:
convertToValue,   getBaseUri,   getData,   getNamespacePrefix,   getParent,   getQName,   getValue,   getXSDatatype,   isNotation,   isReadOnly,   isUnparsedEntity,   resolveNamespacePrefix,   setData,   setParent,   setValue,   supportsParent,   toString,   validate
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.datatype.DatatypeAttribute Detail:
 protected Object convertToValue(String txt) 
 public String getBaseUri() 
 public Object getData() 
 public String getNamespacePrefix(String uri) 
 public Element getParent() 
 public QName getQName() 
 public String getValue() 
 public XSDatatype getXSDatatype() 
    Returns the MSV XSDatatype for this node
 public boolean isNotation(String notationName) 
 public boolean isReadOnly() 
 public boolean isUnparsedEntity(String entityName) 
 public String resolveNamespacePrefix(String prefix) 
 public  void setData(Object data) 
 public  void setParent(Element parent) 
 public  void setValue(String value) 
 public boolean supportsParent() 
 public String toString() 
 protected  void validate(String txt) throws IllegalArgumentException