public abstract class AbstractNodeBuilder<T>
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractNodeBuilder(org.w3c.dom.Node node,
java.lang.Class<T> typeResourceClass)
Custom constructor.
|
protected |
AbstractNodeBuilder(T node)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
T |
build()
Build and return the Node.
|
protected T |
getNode()
Getter for node attribute.
|
protected AbstractNodeBuilder(T node)
protected AbstractNodeBuilder(org.w3c.dom.Node node,
java.lang.Class<T> typeResourceClass)
throws javax.xml.bind.JAXBException
node - Namespace aware node object.javax.xml.bind.JAXBException - Is thrown in case an exception.