Package | Description |
---|---|
org.x4o.xml.eld.lang |
The Element Language Definition language elements.
|
org.x4o.xml.element |
The XML Element definitions.
|
org.x4o.xml.io.sax |
The Sax based classes and interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeFromBodyConfigurator
AttributeFromBodyConfigurator sets the body as attribute.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ElementAttributeHandler
Handlers attributes for xml attributes of all elements processed.
|
interface |
ElementConfiguratorGlobal
Provides an Interface to configure Element(Object) global.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractElementAttributeHandler
An AbstractElementAttributeHandler.
|
class |
AbstractElementConfigurator
An AbstractElementConfigurator.
Does nothing. |
Modifier and Type | Method and Description |
---|---|
ElementConfigurator |
ElementConfiguratorException.getElementConfigurator()
Gets the ElementConfigurator which has thrown this exception.
|
Modifier and Type | Method and Description |
---|---|
List<ElementConfigurator> |
AbstractElementClassBase.getElementConfigurators()
Returns a list of ElementConfigurators.
|
List<ElementConfigurator> |
ElementClassBase.getElementConfigurators() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractElementClassBase.addElementConfigurators(ElementConfigurator elementConfigurator) |
void |
ElementClassBase.addElementConfigurators(ElementConfigurator elementConfigurator) |
Constructor and Description |
---|
ElementConfiguratorException(ElementConfigurator config,
String message)
Creates an configurator exception.
|
ElementConfiguratorException(ElementConfigurator config,
String message,
ElementException exception)
Creates an configurator exception.
|
ElementConfiguratorException(ElementConfigurator config,
String message,
Exception exception)
Creates an configurator exception.
|
Modifier and Type | Method and Description |
---|---|
void |
X4ODebugWriter.debugElementConfigurator(ElementConfigurator ec,
Element element) |
Copyright © 2004-2013 X4O. All Rights Reserved.