|
|||||||||
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 | |
---|---|
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. |
ElementProxy | An XMLObject that proxies a DOM element. |
ElementProxyBuilder | Builder of ElementProxy objects. |
ElementProxyMarshaller | A thread-safe marshaller for ElementProxy s. |
ElementProxyUnmarshaller | A thread-safe unmarshaller for ElementProxy s. |
Namespace | Data structure for representing XML namespace attributes. |
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 . |
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 |