|
|||||||||
| Home >> All >> org >> dom4j >> [ datatype overview ] | PREV NEXT | ||||||||
A
- AbstractDataTypeTestCase - class org.dom4j.datatype.AbstractDataTypeTestCase.
- Abstract base class useful for implementation inheritence for testing XML Schema Data Type integration.
- AbstractDataTypeTestCase() - Constructor for class org.dom4j.datatype.AbstractDataTypeTestCase
- AutoSchemaTest - class org.dom4j.datatype.AutoSchemaTest.
- Test harness for the XML Schema Data Type integration.
- AutoSchemaTest() - Constructor for class org.dom4j.datatype.AutoSchemaTest
- addText(String) - Method in class org.dom4j.datatype.DatatypeElement
- attributeXSDatatypes - Variable in class org.dom4j.datatype.DatatypeElementFactory
- Cache of
XSDatatypeinstances per AttributeQName - autoLoadSchema - Variable in class org.dom4j.datatype.DatatypeDocumentFactory
- If schemas are automatically loaded when parsing instance documents
B
- build(Document) - Method in class org.dom4j.datatype.SchemaParser
- Parses the given schema document
- build(Document, Namespace) - Method in class org.dom4j.datatype.SchemaParser
C
- childAdded(Node) - Method in class org.dom4j.datatype.DatatypeElement
- Override to force lazy recreation of data object
- childRemoved(Node) - Method in class org.dom4j.datatype.DatatypeElement
- Override to force lazy recreation of data object
- childrenXSDatatypes - Variable in class org.dom4j.datatype.DatatypeElementFactory
- Cache of
XSDatatypeinstances per child ElementQName - complexTypeMap - Variable in class org.dom4j.datatype.NamedTypeResolver
- convertToValue(String) - Method in class org.dom4j.datatype.DatatypeAttribute
- createAttribute(Element, QName, String) - Method in class org.dom4j.datatype.DatatypeDocumentFactory
- createAttribute(Element, QName, String) - Method in class org.dom4j.datatype.DatatypeElementFactory
- createElement(QName) - Method in class org.dom4j.datatype.DatatypeElementFactory
D
- DATE - Static variable in class org.dom4j.datatype.Datatype2Test
- DO_INTERN_QNAME - Static variable in class org.dom4j.datatype.DatatypeDocumentFactory
- DataTypesTest - class org.dom4j.datatype.DataTypesTest.
- Test harness to test the various data types supported in the XML Schema Data Type integration.
- DataTypesTest() - Constructor for class org.dom4j.datatype.DataTypesTest
- Datatype2Test - class org.dom4j.datatype.Datatype2Test.
- Test harness for XML Schema Datatypes support
- Datatype2Test() - Constructor for class org.dom4j.datatype.Datatype2Test
- DatatypeAttribute - class org.dom4j.datatype.DatatypeAttribute.
-
DatatypeAttributerepresents an Attribute which supports the XML Schema Data Types specification. - DatatypeAttribute(QName, XSDatatype) - Constructor for class org.dom4j.datatype.DatatypeAttribute
- DatatypeAttribute(QName, XSDatatype, String) - Constructor for class org.dom4j.datatype.DatatypeAttribute
- DatatypeDocumentFactory - class org.dom4j.datatype.DatatypeDocumentFactory.
-
DatatypeDocumentFactoryis a factory of XML objects which support the XML Schema Data Types specification. - DatatypeDocumentFactory() - Constructor for class org.dom4j.datatype.DatatypeDocumentFactory
- DatatypeElement - class org.dom4j.datatype.DatatypeElement.
-
DatatypeElementrepresents an Element which supports the XML Schema Data Types specification. - DatatypeElement(QName, XSDatatype) - Constructor for class org.dom4j.datatype.DatatypeElement
- DatatypeElement(QName, int, XSDatatype) - Constructor for class org.dom4j.datatype.DatatypeElement
- DatatypeElementFactory - class org.dom4j.datatype.DatatypeElementFactory.
-
DatatypeElementFactoryis a factory for a specific Element in an XML Schema. - DatatypeElementFactory(QName) - Constructor for class org.dom4j.datatype.DatatypeElementFactory
- data - Variable in class org.dom4j.datatype.DatatypeAttribute
- The data (Object) value of the
Attribute - data - Variable in class org.dom4j.datatype.DatatypeElement
- The data (Object) value of the
Attribute - dataTypeCache - Variable in class org.dom4j.datatype.SchemaParser
- Cache of
XSDatatypeinstances loaded or created during this build - dataTypeForXsdAttribute(Element) - Method in class org.dom4j.datatype.SchemaParser
- processes an XML Schema <attribute> tag
- datatype - Variable in class org.dom4j.datatype.DatatypeAttribute
- The
XSDatatypeof theAttribute - datatype - Variable in class org.dom4j.datatype.DatatypeElement
- The
XSDatatypeof theAttribute - deriveSimpleType(XSDatatype, Element) - Method in class org.dom4j.datatype.SchemaParser
- Derives a new type from a base type and a set of restrictions
- documentFactory - Variable in class org.dom4j.datatype.NamedTypeResolver
- documentFactory - Variable in class org.dom4j.datatype.SchemaParser
- Document factory used to register Element specific factories
E
- elementFactoryMap - Variable in class org.dom4j.datatype.NamedTypeResolver
- elementQName - Variable in class org.dom4j.datatype.DatatypeElementFactory
F
- factory - Variable in class org.dom4j.datatype.SetDataTest
G
- getAttributeXSDatatype(QName) - Method in class org.dom4j.datatype.DatatypeElementFactory
- DOCUMENT ME!
- getBaseUri() - Method in class org.dom4j.datatype.DatatypeAttribute
- getBaseUri() - Method in class org.dom4j.datatype.DatatypeElement
- getChildElementXSDatatype(QName) - Method in class org.dom4j.datatype.DatatypeElementFactory
- DOCUMENT ME!
- getData() - Method in class org.dom4j.datatype.DatatypeAttribute
- getData() - Method in class org.dom4j.datatype.DatatypeElement
- getDatatypeElementFactory(QName) - Method in class org.dom4j.datatype.SchemaParser
- DOCUMENT ME!
- getDate() - Static method in class org.dom4j.datatype.Datatype2Test
- getDateString() - Static method in class org.dom4j.datatype.Datatype2Test
- getDocumentURI() - Method in class org.dom4j.datatype.AutoSchemaTest
- getDocumentURI() - Method in class org.dom4j.datatype.ManualSchemaTest
- getElementFactory(QName) - Method in class org.dom4j.datatype.DatatypeDocumentFactory
- Registers the given
DatatypeElementFactoryfor the given <element> schema element - getInstance() - Static method in class org.dom4j.datatype.DatatypeDocumentFactory
- Access to the singleton instance of this factory.
- getNamespacePrefix(String) - Method in class org.dom4j.datatype.DatatypeAttribute
- getNamespacePrefix(String) - Method in class org.dom4j.datatype.DatatypeElement
- getParent() - Method in class org.dom4j.datatype.DatatypeAttribute
- getQName() - Method in class org.dom4j.datatype.DatatypeAttribute
- getQName() - Method in class org.dom4j.datatype.DatatypeElementFactory
- DOCUMENT ME!
- getQName(String) - Method in class org.dom4j.datatype.NamedTypeResolver
- getQName(String) - Method in class org.dom4j.datatype.SchemaParser
- getQNameOfSchemaElement(Element) - Method in class org.dom4j.datatype.NamedTypeResolver
- getSchema() - Method in class org.dom4j.datatype.Datatype2Test
- getSchemaWithNamedComplexType() - Method in class org.dom4j.datatype.Datatype2Test
- getSchemaWithNamedSimpleType() - Method in class org.dom4j.datatype.Datatype2Test
- getSchemaWithReference() - Method in class org.dom4j.datatype.Datatype2Test
- getSource(Document) - Method in class org.dom4j.datatype.Datatype2Test
- getTypeByName(String) - Method in class org.dom4j.datatype.SchemaParser
- getValue() - Method in class org.dom4j.datatype.DatatypeAttribute
- getXSDatatype() - Method in class org.dom4j.datatype.DatatypeAttribute
- Returns the MSV XSDatatype for this node
- getXSDatatype() - Method in class org.dom4j.datatype.DatatypeElement
- Returns the MSV XSDatatype for this node
I
- InvalidSchemaException - exception org.dom4j.datatype.InvalidSchemaException.
-
InvalidSchemaExceptionis thrown when an invalid XML Schema document is used - InvalidSchemaException(String) - Constructor for class org.dom4j.datatype.InvalidSchemaException
- internalBuild(Document) - Method in class org.dom4j.datatype.SchemaParser
- isNotation(String) - Method in class org.dom4j.datatype.DatatypeAttribute
- isNotation(String) - Method in class org.dom4j.datatype.DatatypeElement
- isReadOnly() - Method in class org.dom4j.datatype.DatatypeAttribute
- isUnparsedEntity(String) - Method in class org.dom4j.datatype.DatatypeAttribute
- isUnparsedEntity(String) - Method in class org.dom4j.datatype.DatatypeElement
L
- loadDocumentFactory() - Method in class org.dom4j.datatype.AutoSchemaTest
- loadDocumentFactory() - Method in class org.dom4j.datatype.ManualSchemaPrefixTest
- loadDocumentFactory() - Method in class org.dom4j.datatype.ManualSchemaTest
- loadSchema(Document) - Method in class org.dom4j.datatype.DatatypeDocumentFactory
- Loads the given XML Schema document into this factory so schema-aware Document, Elements and Attributes will be created by this factory.
- loadSchema(Document, Namespace) - Method in class org.dom4j.datatype.DatatypeDocumentFactory
- loadSchema(Document, String) - Method in class org.dom4j.datatype.DatatypeDocumentFactory
- loadSchema(Document, String, Namespace) - Method in class org.dom4j.datatype.DatatypeDocumentFactory
- loadXSDatatypeFromSimpleType(Element) - Method in class org.dom4j.datatype.SchemaParser
- Loads a XSDatatype object from a <simpleType> attribute schema element
M
- MONTH - Static variable in class org.dom4j.datatype.Datatype2Test
- ManualSchemaPrefixTest - class org.dom4j.datatype.ManualSchemaPrefixTest.
- Test harness for the XML Schema Data Type integration.
- ManualSchemaPrefixTest() - Constructor for class org.dom4j.datatype.ManualSchemaPrefixTest
- ManualSchemaTest - class org.dom4j.datatype.ManualSchemaTest.
- Test harness for the XML Schema Data Type integration.
- ManualSchemaTest() - Constructor for class org.dom4j.datatype.ManualSchemaTest
- main(String[]) - Static method in class org.dom4j.datatype.AutoSchemaTest
- main(String[]) - Static method in class org.dom4j.datatype.DataTypesTest
- main(String[]) - Static method in class org.dom4j.datatype.Datatype2Test
- main(String[]) - Static method in class org.dom4j.datatype.ManualSchemaPrefixTest
- main(String[]) - Static method in class org.dom4j.datatype.ManualSchemaTest
- main(String[]) - Static method in class org.dom4j.datatype.SchemaParseTest
- main(String[]) - Static method in class org.dom4j.datatype.SetDataTest
N
- NamedTypeResolver - class org.dom4j.datatype.NamedTypeResolver.
-
NamedTypeResolverresolves named types for a given QName. - NamedTypeResolver(DocumentFactory) - Constructor for class org.dom4j.datatype.NamedTypeResolver
- namedTypeResolver - Variable in class org.dom4j.datatype.SchemaParser
- NamedTypeResolver
O
- onChildElements(Element, DatatypeElementFactory) - Method in class org.dom4j.datatype.SchemaParser
- onDatatypeAttribute(Element, DatatypeElementFactory, Element) - Method in class org.dom4j.datatype.SchemaParser
- processes an XML Schema <attribute> tag
- onDatatypeElement(Element, DocumentFactory) - Method in class org.dom4j.datatype.SchemaParser
- processes an XML Schema <element> tag
- onNamedSchemaComplexType(Element) - Method in class org.dom4j.datatype.SchemaParser
- processes an named XML Schema <complexTypegt; tag
- onNamedSchemaSimpleType(Element) - Method in class org.dom4j.datatype.SchemaParser
- processes an named XML Schema <simpleTypegt; tag
- onSchemaComplexType(Element, DatatypeElementFactory) - Method in class org.dom4j.datatype.SchemaParser
- processes an XML Schema <complexTypegt; tag
- onSchemaError(String) - Method in class org.dom4j.datatype.SchemaParser
- Called when there is a problem with the schema and the builder cannot handle the XML Schema Data Types correctly
- org.dom4j.datatype - package org.dom4j.datatype
P
- parent - Variable in class org.dom4j.datatype.DatatypeAttribute
- The parent
Elementof theAttribute
Q
- qname - Variable in class org.dom4j.datatype.DatatypeAttribute
- The
QNamefor this element
R
- registerComplexType(QName, DocumentFactory) - Method in class org.dom4j.datatype.NamedTypeResolver
- registerSimpleType(QName, XSDatatype) - Method in class org.dom4j.datatype.NamedTypeResolver
- registerTypedElement(Element, QName, DocumentFactory) - Method in class org.dom4j.datatype.NamedTypeResolver
- resolveElementTypes() - Method in class org.dom4j.datatype.NamedTypeResolver
- resolveNamedTypes() - Method in class org.dom4j.datatype.NamedTypeResolver
- resolveNamespacePrefix(String) - Method in class org.dom4j.datatype.DatatypeAttribute
- resolveNamespacePrefix(String) - Method in class org.dom4j.datatype.DatatypeElement
S
- SchemaParseTest - class org.dom4j.datatype.SchemaParseTest.
- Tests the SchemaParser based on a test case provided by Luis Peña Sánchez
- SchemaParseTest() - Constructor for class org.dom4j.datatype.SchemaParseTest
- SchemaParser - class org.dom4j.datatype.SchemaParser.
-
SchemaParserreads an XML Schema Document. - SchemaParser() - Constructor for class org.dom4j.datatype.SchemaParser
- SchemaParser(DatatypeDocumentFactory) - Constructor for class org.dom4j.datatype.SchemaParser
- SetDataTest - class org.dom4j.datatype.SetDataTest.
- Tests setting the value of datatype aware element or attribute value
- SetDataTest() - Constructor for class org.dom4j.datatype.SetDataTest
- schemaBuilder - Variable in class org.dom4j.datatype.DatatypeDocumentFactory
- The builder of XML Schemas
- setAttributeXSDatatype(QName, XSDatatype) - Method in class org.dom4j.datatype.DatatypeElementFactory
- Registers the given
XSDatatypefor the given <attribute> QNames - setChildElementXSDatatype(QName, XSDatatype) - Method in class org.dom4j.datatype.DatatypeElementFactory
- setData(Object) - Method in class org.dom4j.datatype.DatatypeAttribute
- setData(Object) - Method in class org.dom4j.datatype.DatatypeElement
- setParent(Element) - Method in class org.dom4j.datatype.DatatypeAttribute
- setText(String) - Method in class org.dom4j.datatype.DatatypeElement
- setUp() - Method in class org.dom4j.datatype.AutoSchemaTest
- setUp() - Method in class org.dom4j.datatype.DataTypesTest
- setUp() - Method in class org.dom4j.datatype.SetDataTest
- setValue(String) - Method in class org.dom4j.datatype.DatatypeAttribute
- simpleTypeMap - Variable in class org.dom4j.datatype.NamedTypeResolver
- singleton - Static variable in class org.dom4j.datatype.DatatypeDocumentFactory
- The Singleton instance
- supportsParent() - Method in class org.dom4j.datatype.DatatypeAttribute
T
- targetNamespace - Variable in class org.dom4j.datatype.SchemaParser
- target namespace
- testAttribute() - Method in class org.dom4j.datatype.SetDataTest
- testAttributeWithNamespace() - Method in class org.dom4j.datatype.SetDataTest
- testBase64Binary() - Method in class org.dom4j.datatype.DataTypesTest
- testBoolean() - Method in class org.dom4j.datatype.DataTypesTest
- testByte() - Method in class org.dom4j.datatype.DataTypesTest
- testDataType(Node, Object, Class) - Method in class org.dom4j.datatype.AbstractDataTypeTestCase
- testDate() - Method in class org.dom4j.datatype.AutoSchemaTest
- testDate() - Method in class org.dom4j.datatype.DataTypesTest
- testDateTime() - Method in class org.dom4j.datatype.AutoSchemaTest
- testDateTime() - Method in class org.dom4j.datatype.DataTypesTest
- testDecimal() - Method in class org.dom4j.datatype.DataTypesTest
- testDouble() - Method in class org.dom4j.datatype.DataTypesTest
- testElement() - Method in class org.dom4j.datatype.SetDataTest
- testFloat() - Method in class org.dom4j.datatype.DataTypesTest
- testHexBinary() - Method in class org.dom4j.datatype.DataTypesTest
- testInt() - Method in class org.dom4j.datatype.DataTypesTest
- testIntAttribute() - Method in class org.dom4j.datatype.AutoSchemaTest
- testIntElement() - Method in class org.dom4j.datatype.AutoSchemaTest
- testInteger() - Method in class org.dom4j.datatype.AutoSchemaTest
- testInteger() - Method in class org.dom4j.datatype.DataTypesTest
- testLong() - Method in class org.dom4j.datatype.DataTypesTest
- testNegativeInteger() - Method in class org.dom4j.datatype.DataTypesTest
- testNodes(String, Class) - Method in class org.dom4j.datatype.AbstractDataTypeTestCase
- testNonNegativeInteger() - Method in class org.dom4j.datatype.DataTypesTest
- testNonPositiveInteger() - Method in class org.dom4j.datatype.DataTypesTest
- testParseSchema() - Method in class org.dom4j.datatype.SchemaParseTest
- testPositiveInteger() - Method in class org.dom4j.datatype.DataTypesTest
- testSchema() - Method in class org.dom4j.datatype.Datatype2Test
- testSchemaWithNamedComplexType() - Method in class org.dom4j.datatype.Datatype2Test
- testSchemaWithNamedSimpleType() - Method in class org.dom4j.datatype.Datatype2Test
- testSchemaWithReference() - Method in class org.dom4j.datatype.Datatype2Test
- testShort() - Method in class org.dom4j.datatype.DataTypesTest
- testString() - Method in class org.dom4j.datatype.AutoSchemaTest
- testTime() - Method in class org.dom4j.datatype.DataTypesTest
- testUnsignedByte() - Method in class org.dom4j.datatype.DataTypesTest
- testUnsignedInt() - Method in class org.dom4j.datatype.DataTypesTest
- testUnsignedLong() - Method in class org.dom4j.datatype.DataTypesTest
- testUnsignedShort() - Method in class org.dom4j.datatype.DataTypesTest
- testgDay() - Method in class org.dom4j.datatype.DataTypesTest
- testgMonth() - Method in class org.dom4j.datatype.DataTypesTest
- testgMonthDay() - Method in class org.dom4j.datatype.DataTypesTest
- testgYear() - Method in class org.dom4j.datatype.DataTypesTest
- testgYearMonth() - Method in class org.dom4j.datatype.DataTypesTest
- text - Variable in class org.dom4j.datatype.DatatypeAttribute
- The text value of the
Attribute - toString() - Method in class org.dom4j.datatype.DatatypeAttribute
- toString() - Method in class org.dom4j.datatype.DatatypeElement
- typedElementMap - Variable in class org.dom4j.datatype.NamedTypeResolver
V
- validate(String) - Method in class org.dom4j.datatype.DatatypeAttribute
- validate(String) - Method in class org.dom4j.datatype.DatatypeElement
- validateData(String, Object, Object) - Method in class org.dom4j.datatype.Datatype2Test
- validateDateElement(Element) - Method in class org.dom4j.datatype.Datatype2Test
- validateDocumentWithSchema(Document) - Method in class org.dom4j.datatype.Datatype2Test
- validateFloatElement(Element) - Method in class org.dom4j.datatype.Datatype2Test
- validateLongAttribute(Element) - Method in class org.dom4j.datatype.Datatype2Test
X
- XSD_ALL - Static variable in class org.dom4j.datatype.SchemaParser
- XSD_ATTRIBUTE - Static variable in class org.dom4j.datatype.SchemaParser
- XSD_CHOICE - Static variable in class org.dom4j.datatype.SchemaParser
- XSD_COMPLEXTYPE - Static variable in class org.dom4j.datatype.SchemaParser
- XSD_ELEMENT - Static variable in class org.dom4j.datatype.SchemaParser
- XSD_INCLUDE - Static variable in class org.dom4j.datatype.SchemaParser
- XSD_NAMESPACE - Static variable in class org.dom4j.datatype.SchemaParser
- XSD_RESTRICTION - Static variable in class org.dom4j.datatype.SchemaParser
- XSD_SEQUENCE - Static variable in class org.dom4j.datatype.SchemaParser
- XSD_SIMPLETYPE - Static variable in class org.dom4j.datatype.SchemaParser
- XSI_NAMESPACE - Static variable in class org.dom4j.datatype.DatatypeDocumentFactory
- XSI_NO_SCHEMA_LOCATION - Static variable in class org.dom4j.datatype.DatatypeDocumentFactory
- XSI_SCHEMA_LOCATION - Static variable in class org.dom4j.datatype.DatatypeDocumentFactory
- xmlSchemaReader - Variable in class org.dom4j.datatype.DatatypeDocumentFactory
- reader of XML Schemas
Y
- YEAR - Static variable in class org.dom4j.datatype.Datatype2Test
A B C D E F G I L M N O P Q R S T V X Y
|
|||||||||
| Home >> All >> org >> dom4j >> [ datatype overview ] | PREV NEXT | ||||||||