Class ElementModuleBindingHandler
java.lang.Object
org.x4o.xml.element.AbstractElementMetaBase
org.x4o.xml.element.AbstractElementBindingHandler<X4OLanguageModuleLocal>
org.x4o.xml.eld.lang.ElementModuleBindingHandler
- All Implemented Interfaces:
ElementBindingHandler, ElementMetaBase
public class ElementModuleBindingHandler
extends AbstractElementBindingHandler<X4OLanguageModuleLocal>
An ParentLanguageElementConfigurator.
This binds the main interfaces of the ELD language to an other Element
- Version:
- 1.0 Jan 19, 2007
- Author:
- Willem Cazander
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbindChild(Element childElement, X4OLanguageModuleLocal languageModule, Object childObject) voidcreateChilderen(Element parentElement, X4OLanguageModuleLocal parent) Class<?>[]Class<?> Methods inherited from class AbstractElementBindingHandler
bindChild, createChild, createChilderenMethods inherited from class AbstractElementMetaBase
getDescription, getId, setDescription, setIdMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ElementMetaBase
getDescription, getId, setDescription, setId
-
Constructor Details
-
ElementModuleBindingHandler
public ElementModuleBindingHandler()
-
-
Method Details
-
getBindParentClass
- Returns:
- Returns the parent classes which this binding handler can do.
- See Also:
-
getBindChildClasses
- Returns:
- Returns array of child classes which this binding handler can do.
- See Also:
-
bindChild
public void bindChild(Element childElement, X4OLanguageModuleLocal languageModule, Object childObject) throws ElementBindingHandlerException - Specified by:
bindChildin classAbstractElementBindingHandler<X4OLanguageModuleLocal>- Throws:
ElementBindingHandlerException- See Also:
-
createChilderen
public void createChilderen(Element parentElement, X4OLanguageModuleLocal parent) throws ElementBindingHandlerException - Specified by:
createChilderenin classAbstractElementBindingHandler<X4OLanguageModuleLocal>- Throws:
ElementBindingHandlerException- See Also:
-