Uses of Interface
org.x4o.xml.element.ElementInterface
Packages that use ElementInterface
Package
Description
The Element Language Definition language elements.
The XML Element definitions.
The core config interfaces and key definitions.
-
Uses of ElementInterface in org.x4o.xml.eld.lang
Subclasses with type arguments of type ElementInterface in org.x4o.xml.eld.langModifier and TypeClassDescriptionclass
ElementInterfaceBindingHandler binds all childs into the interface.Methods in org.x4o.xml.eld.lang with parameters of type ElementInterfaceModifier and TypeMethodDescriptionvoid
ElementInterfaceBindingHandler.bindChild
(Element childElement, ElementInterface parent, Object childObject) void
ElementInterfaceBindingHandler.createChilderen
(Element parentElement, ElementInterface parent) -
Uses of ElementInterface in org.x4o.xml.element
Classes in org.x4o.xml.element that implement ElementInterfaceModifier and TypeClassDescriptionclass
AbstractElementInterface extends base support with element interface support.class
The default ElementInterface to store config based on class interface. -
Uses of ElementInterface in org.x4o.xml.lang
Methods in org.x4o.xml.lang that return types with arguments of type ElementInterfaceModifier and TypeMethodDescriptionDefaultX4OLanguage.findElementInterfaces
(Object elementObject) X4OLanguage.findElementInterfaces
(Object object) Returns list of ElementInterfaces for an element.AbstractX4OLanguageModule.getElementInterfaces()
X4OLanguageModule.getElementInterfaces()
Returns list of ElementInterfaces in this context.Methods in org.x4o.xml.lang with parameters of type ElementInterfaceModifier and TypeMethodDescriptionvoid
AbstractX4OLanguageModule.addElementInterface
(ElementInterface elementInterface) void
X4OLanguageModuleLocal.addElementInterface
(ElementInterface elementInterface) Adds an ElementInterface.