org.dom4j.datatype
public class DatatypeAttribute extends AbstractAttribute implements SerializationContext, ValidationContext
DatatypeAttribute represents an Attribute which supports the
XML Schema Data Types
specification.
Version: $Revision: 1.9 $
| Constructor Summary | |
|---|---|
| DatatypeAttribute(QName qname, XSDatatype datatype) | |
| DatatypeAttribute(QName qname, XSDatatype datatype, String text) | |
| Method Summary | |
|---|---|
| protected Object | convertToValue(String txt) |
| String | getBaseUri() |
| Object | getData() |
| String | getNamespacePrefix(String uri) |
| Element | getParent() |
| QName | getQName() |
| String | getValue() |
| XSDatatype | getXSDatatype()
Returns the MSV XSDatatype for this node
|
| boolean | isNotation(String notationName) |
| boolean | isReadOnly() |
| boolean | isUnparsedEntity(String entityName) |
| String | resolveNamespacePrefix(String prefix) |
| void | setData(Object data) |
| void | setParent(Element parent) |
| void | setValue(String value) |
| boolean | supportsParent() |
| String | toString() |
| protected void | validate(String txt) |
Returns: DOCUMENT ME!