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 | Method and Description |
---|---|
void |
ElementInterfaceBindingHandler.bindChild(Element childElement,
ElementInterface parent,
Object childObject) |
void |
ElementInterfaceBindingHandler.createChilderen(Element parentElement,
ElementInterface parent) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractElementInterface
AbstractElementInterface extends base support with element interface support.
|
class |
DefaultElementInterface
The default ElementInterface to store config based on class interface.
|
Modifier and Type | Method and Description |
---|---|
List<ElementInterface> |
X4OLanguage.findElementInterfaces(Object object)
Returns list of ElementInterfaces for an element.
|
List<ElementInterface> |
DefaultX4OLanguage.findElementInterfaces(Object elementObject) |
List<ElementInterface> |
X4OLanguageModule.getElementInterfaces()
Returns list of ElementInterfaces in this context.
|
List<ElementInterface> |
AbstractX4OLanguageModule.getElementInterfaces() |
Modifier and Type | Method and Description |
---|---|
void |
X4OLanguageModule.addElementInterface(ElementInterface elementInterface)
Adds an ElementInterface.
|
void |
AbstractX4OLanguageModule.addElementInterface(ElementInterface elementInterface) |
Copyright © 2004-2013 X4O. All Rights Reserved.