org.dom4j.datatype
public class DatatypeElementFactory extends DocumentFactory
DatatypeElementFactory
is a factory for a specific Element in
an XML Schema.
Version: $Revision: 1.9 $
Constructor Summary | |
---|---|
DatatypeElementFactory(QName elementQName) |
Method Summary | |
---|---|
Attribute | createAttribute(Element owner, QName qname, String value) |
Element | createElement(QName qname) |
XSDatatype | getAttributeXSDatatype(QName attributeQName)
DOCUMENT ME!
|
XSDatatype | getChildElementXSDatatype(QName qname)
DOCUMENT ME!
|
QName | getQName()
DOCUMENT ME!
|
void | setAttributeXSDatatype(QName attributeQName, XSDatatype type)
Registers the given XSDatatype for the given
<attribute> QNames
|
void | setChildElementXSDatatype(QName qname, XSDatatype dataType) |
Parameters: attributeQName DOCUMENT ME!
Returns: the XSDatatype
associated with the given Attribute
QName
Parameters: qname DOCUMENT ME!
Returns: the XSDatatype
associated with the given child
Element QName
Returns: the QName this element factory is associated with
XSDatatype
for the given
<attribute> QNames
Parameters: attributeQName DOCUMENT ME! type DOCUMENT ME!