|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
AttributeExtensibleXMLObject | An interface for XMLObjects that represent DOM elements that support the XML Schema anyAttribute construct. |
ElementExtensibleXMLObject | An XMLObject whose content model contains "any" child elements. |
XMLObject | A object that represents an XML element, usually of a specific schema type, that has been unmarshalled into this Java object. |
XMLObjectBuilder<XMLObjectType extends XMLObject> | A builder for XMLObjects. |
Class Summary | |
---|---|
AbstractElementExtensibleXMLObject | AbstractElementExtensible is an element of type xs:any , but without xs:anyAttribute
attribute or text content. |
AbstractElementExtensibleXMLObjectMarshaller | AbstractElementExtensibleMarshaller marshalls element of type xs:any , but without
xs:anyAttribute attributes or text content. |
AbstractElementExtensibleXMLObjectUnmarshaller | AbstractElementExtensibleUnmarshaller unmarshalls element of type xs:any , but without
xs:anyAttribute attributes or text content. |
AbstractExtensibleXMLObject | AbstractExtensibleXMLObject is an element of type xs:any , and with xs:anyAttribute
attributes. |
AbstractExtensibleXMLObjectMarshaller | AbstractExtensibleXMLObjectMarshaller marshalls element of type xs:any and with
xs:anyAttribute attributes. |
AbstractExtensibleXMLObjectUnmarshaller | AbstractExtensibleXMLObjectUnmarshaller unmarshalls element of type xs:any and with
xs:anyAttribute attributes. |
AbstractValidatingSignableXMLObject | Extension of AbstractSignableXMLObject that implements
ValidatingXMLObject . |
AbstractXMLObject | An abstract implementation of XMLObject. |
AbstractXMLObjectBuilder<XMLObjectType extends XMLObject> | Base implementation for XMLObject builders. |
Configuration | Class for loading library configuration files and retrieving the configured components. |
Namespace | Data structure for representing XML namespace attributes. |
Version | Class for printing the version of this library. |
XMLConfigurator | Reads in an XML configuration and configures the XMLTooling library accordingly. |
XMLObjectBuilderFactory | A factory for XMLObjectBuilder s. |
Exception Summary | |
---|---|
ConfigurationException | An exception thrown when an error occurs loading information into Configuration . |
XMLRuntimeException | An unchecked runtime exception thrown when an unrecoverable error occurs during XML processing. |
Base classes for working with XML as Java objects and configuring the library.
TheConfiguration
class provides the mechanism for loading configuration files
and fetching configured builder, marshaller, and unmarshaller factories.
The ElementProxy
classes can be used as the default XMLObject for DOM content that
does not have registed object providers.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |