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 TypeClassDescriptionclassElementInterfaceBindingHandler binds all childs into the interface.Methods in org.x4o.xml.eld.lang with parameters of type ElementInterfaceModifier and TypeMethodDescriptionvoidElementInterfaceBindingHandler.bindChild(Element childElement, ElementInterface parent, Object childObject) voidElementInterfaceBindingHandler.createChilderen(Element parentElement, ElementInterface parent) -
Uses of ElementInterface in org.x4o.xml.element
Classes in org.x4o.xml.element that implement ElementInterfaceModifier and TypeClassDescriptionclassAbstractElementInterface extends base support with element interface support.classThe 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 TypeMethodDescriptionvoidAbstractX4OLanguageModule.addElementInterface(ElementInterface elementInterface) voidX4OLanguageModuleLocal.addElementInterface(ElementInterface elementInterface) Adds an ElementInterface.