Package | Description |
---|---|
org.dom4j.datatype |
An implementation of the dom4j API which supports the XML Schema Data Types specification.
|
Modifier and Type | Method and Description |
---|---|
private DatatypeElementFactory |
SchemaParser.getDatatypeElementFactory(QName name)
DOCUMENT ME!
|
DatatypeElementFactory |
DatatypeDocumentFactory.getElementFactory(QName elementQName)
Registers the given
DatatypeElementFactory for the given
<element> schema element |
Modifier and Type | Method and Description |
---|---|
private void |
SchemaParser.onChildElements(Element element,
DatatypeElementFactory fact) |
private void |
SchemaParser.onDatatypeAttribute(Element xsdElement,
DatatypeElementFactory elementFactory,
Element xsdAttribute)
processes an XML Schema <attribute> tag
|
private void |
SchemaParser.onSchemaComplexType(Element schemaComplexType,
DatatypeElementFactory elementFactory)
processes an XML Schema <complexTypegt; tag
|