Package | Description |
---|---|
org.x4o.xml.eld.doc |
The X4O ELD documentation classes.
|
org.x4o.xml.element |
The X4O XML Element interfaces.
|
org.x4o.xml.impl |
The X4O Element and language implementation.The X4O XML Element interfaces.
|
Modifier and Type | Method and Description |
---|---|
void |
EldDocHtmlWriter.writeBindingHandler(File basePath,
ElementBindingHandler bind,
ElementLanguageModule mod,
ElementInterface iface) |
void |
EldDocHtmlWriter.writeElementConfigurator(File basePath,
ElementConfigurator conf,
ElementLanguageModule mod,
ElementInterface iface) |
void |
EldDocHtmlWriter.writeElementInterface(File basePath,
ElementInterface iface,
ElementLanguageModule mod) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractElementInterface
An AbstractElement.
|
Modifier and Type | Method and Description |
---|---|
List<ElementInterface> |
ElementLanguage.findElementInterfaces(Object object)
Returns list of ElementInterfaces for an element.
|
List<ElementInterface> |
AbstractElementLanguage.findElementInterfaces(Object elementObject) |
List<ElementInterface> |
ElementLanguageModule.getElementInterfaces()
Returns list of ElementInterfaces in this context.
|
List<ElementInterface> |
AbstractElementLanguageModule.getElementInterfaces() |
Modifier and Type | Method and Description |
---|---|
void |
ElementLanguageModule.addElementInterface(ElementInterface elementInterface)
Adds an ElementInterface.
|
void |
AbstractElementLanguageModule.addElementInterface(ElementInterface elementInterface) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultElementInterface
The default ElementInterface to store config based on class interface.
|
Copyright © 2004-2012 X4O. All Rights Reserved.