public class ElementNamespaceContextBindingHandler extends AbstractElementBindingHandler
Constructor and Description |
---|
ElementNamespaceContextBindingHandler() |
Modifier and Type | Method and Description |
---|---|
void |
doBind(Object parentObject,
Object childObject,
Element childElement)
Do the binding of this child to the parent object.
|
Class<?>[] |
getBindChildClasses() |
Class<?> |
getBindParentClass() |
getDescription, getId, setDescription, setId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDescription, getId, setDescription, setId
public ElementNamespaceContextBindingHandler()
public Class<?> getBindParentClass()
ElementBindingHandler.getBindParentClass()
public Class<?>[] getBindChildClasses()
ElementBindingHandler.getBindChildClasses()
public void doBind(Object parentObject, Object childObject, Element childElement) throws ElementBindingHandlerException
ElementBindingHandler
parentObject
- The parentObject of this childElement.childObject
- The childObject of this childElement.childElement
- The child element to bind to the parent.ElementBindingHandlerException
ElementBindingHandler.doBind(java.lang.Object, java.lang.Object, org.x4o.xml.element.Element)
Copyright © 2004-2012 X4O. All Rights Reserved.