Package | Description |
---|---|
org.x4o.xml.eld.lang |
The Element Language Definition language elements.
|
org.x4o.xml.element |
The XML Element definitions.
|
org.x4o.xml.lang |
The core config interfaces and key definitions.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeFromBodyConfigurator
AttributeFromBodyConfigurator sets the body as attribute.
|
class |
ElementClassAttributeBindingHandler
ElementClassAttributeBindingHandler adds the object converter.
|
class |
ElementClassBindingHandler
This ElementBindingHandler adds the ElementClassAttributeConverter and the
ElementConfigurator to the ElementClass.
|
class |
ElementInterfaceBindingHandler
ElementInterfaceBindingHandler binds all childs into the interface.
|
class |
ElementModuleBindingHandler
An ParentLanguageElementConfigurator.
|
class |
ElementNamespaceContextBindingHandler
ElementNamespaceContextBindingHandler binds ElementClass into namespace.
|
class |
ElementRefectionBindingHandler
Binds to objects together with a method found by reflection.
|
class |
StringSplitConverterBindingHandler
StringSplitConverterBindingHandler binds the string split converter step to parent.
|
class |
StringSplitConverterStepBindingHandler
StringSplitConverterStepBindingHandler binds the object converter to the step.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ElementAttributeHandler
Handlers attributes for xml attributes of all elements processed.
|
interface |
ElementBindingHandler
Bind ElementObjects together.
|
interface |
ElementClass
The ElementClass stores all parse information to config the Element.
|
interface |
ElementClassAttribute
The ElementClass stores all parse information to config the Element.
|
interface |
ElementClassBase
The ElementClassBase is for all higher instances the base config of an ElementClass config structure.
|
interface |
ElementConfigurator
Provides an Interface to configure Element(Object).
|
interface |
ElementConfiguratorGlobal
Provides an Interface to configure Element(Object) global.
|
interface |
ElementInterface
Defines an ElementInterface.
|
interface |
ElementNamespaceContext
ElementNamespaceContext stores all element tag classes for the namespace.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractElementAttributeHandler
An AbstractElementAttributeHandler.
|
class |
AbstractElementBindingHandler<T>
An AbstractElementBindingHandler.
Does nothing. |
class |
AbstractElementClass
An AbstractElementClass.
|
class |
AbstractElementClassAttribute
An AbstractElementClassAttribute.
|
class |
AbstractElementClassBase
AbstractElementClassBase provides basic element meta class support.
|
class |
AbstractElementConfigurator
An AbstractElementConfigurator.
Does nothing. |
class |
AbstractElementInterface
AbstractElementInterface extends base support with element interface support.
|
class |
AbstractElementMetaBase
AbstractElementMetaBase stores the id and description.
|
class |
AbstractElementNamespaceContext
The abstract verion of ElementNamespaceContext
|
class |
DefaultElementClass
DefaultElementClass stores the XML Element information.
|
class |
DefaultElementClassAttribute
The default ElementClassAttribute.
|
class |
DefaultElementInterface
The default ElementInterface to store config based on class interface.
|
class |
DefaultElementNamespaceContext
The default namespace context.
|
Modifier and Type | Interface and Description |
---|---|
interface |
X4OLanguageModule
The ElementLanguageModule.
This is an central store to element interfaces from one language module |
Modifier and Type | Class and Description |
---|---|
class |
AbstractX4OLanguageModule
An AbstractElementLanguageModule.
|
class |
DefaultX4OLanguageModule
An DefaultElementLanguageModule.
|
Copyright © 2004-2013 X4O. All Rights Reserved.