| Interface | Description |
|---|---|
| Element |
Defines an XML element with an object.
The main function is to store the ElementObject. Also we can configure the ElementObject from differted events hooks. |
| ElementAttributeHandler |
Handlers attributes for xml attributes of all elements processed.
|
| ElementAttributeValueParser |
Helper interface for setting properties.
|
| ElementBindingHandler |
Bind ElementObjects together.
|
| ElementClass |
The ElementClass stores all parse information to config the Element.
|
| ElementClassAttribute |
The ElementClass stores all parse information to config the Element.
|
| ElementClassBase |
The ElementClassBase is for all higher instances the base config of an ElementClass config structure.
|
| ElementConfigurator |
Provides an Interface to configure Element(Object).
|
| ElementConfiguratorGlobal |
Provides an Interface to configure Element(Object) global.
|
| ElementInterface |
Defines an ElementInterface.
|
| ElementMetaBase |
ElementMetaBase provides a base interface describe meta information.
|
| ElementNamespaceContext |
ElementNamespaceContext stores all element tag classes for the namespace.
|
| ElementNamespaceInstanceProvider |
ElementNamespaceInstanceProvider is provider for creating new Element instances for an xml tag.
|
| ElementObjectPropertyValue |
Interface for doing refection for get/set the property values of any java object.
|
| Class | Description |
|---|---|
| AbstractElement |
An AbstractElement.
|
| AbstractElementAttributeHandler |
An AbstractElementAttributeHandler.
|
| AbstractElementBindingHandler<T> |
An AbstractElementBindingHandler.
Does nothing. |
| AbstractElementClass |
An AbstractElementClass.
|
| AbstractElementClassAttribute |
An AbstractElementClassAttribute.
|
| AbstractElementClassBase |
AbstractElementClassBase provides basic element meta class support.
|
| AbstractElementConfigurator |
An AbstractElementConfigurator.
Does nothing. |
| AbstractElementInterface |
AbstractElementInterface extends base support with element interface support.
|
| AbstractElementMetaBase |
AbstractElementMetaBase stores the id and description.
|
| AbstractElementNamespaceContext |
The abstract verion of ElementNamespaceContext
|
| DefaultElement |
The default element to handle the xml events.
|
| DefaultElementAttributeValueParser |
An DefaultElementAttributeValueParser.
|
| DefaultElementBodyCharacters |
DefaultElementBodyCharacters the default characters element.
|
| DefaultElementBodyComment |
DefaultElementBodyComment the default comment element.
|
| DefaultElementBodyWhitespace |
DefaultElementBodyWhitespace the default white space element.
|
| DefaultElementClass |
DefaultElementClass stores the XML Element information.
|
| DefaultElementClassAttribute |
The default ElementClassAttribute.
|
| DefaultElementInterface |
The default ElementInterface to store config based on class interface.
|
| DefaultElementNamespaceContext |
The default namespace context.
|
| DefaultElementNamespaceInstanceProvider |
DefaultElementNamespaceInstanceProvider creates and configures an Element instance.
|
| DefaultElementObjectPropertyValue |
An DefaultElementObjectPropertyValue which does does get/set operations on pojo beans.
|
| DefaultGlobalAttributeHandlerComparator |
The DefaultGlobalAttributeHandlerComparator.
This Comparator compares the NextAttribute names with the attributeName of the ElementAttributeHandlers. |
| Enum | Description |
|---|---|
| Element.ElementType |
The ElementTypes which are possible.
|
| Exception | Description |
|---|---|
| ElementAttributeValueParserException |
ElementAttributeValueParserException.
|
| ElementBindingHandlerException |
ElementBindingException.
Is throw with there is a exception in binding the objects |
| ElementConfiguratorException |
ElementConfiguratorException.
|
| ElementException |
Is throw when there is en Exception within an Element.
|
| ElementNamespaceInstanceProviderException |
ElementNamespaceInstanceProviderException holds the ElementNamespaceInstanceProvider which created this Exception.
|
| ElementObjectPropertyValueException |
ElementObjectPropertyValueException.
Is throw when the attribute value could not be found. |
Copyright © 2004-2013 X4O. All Rights Reserved.