T - the actual type of the wrapped object.public abstract class AbstractWrappingAmetysElement<T> extends AbstractAmetysElement
| Modifier and Type | Field and Description |
|---|---|
protected T |
_object
The wrapper object.
|
_parentATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE| Constructor and Description |
|---|
AbstractWrappingAmetysElement(String tagName,
T object)
Constructor.
|
AbstractWrappingAmetysElement(String tagName,
T object,
Element parent)
Constructor.
|
AbstractWrappingAmetysElement(T object)
Constructor.
|
AbstractWrappingAmetysElement(T object,
Element parent)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
T |
getWrappedObject()
Returns the wrapped object.
|
_lookupAttributes, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getElementsByTagName, getElementsByTagNameNS, getLocalName, getNodeName, getNodeType, getParentNode, getSchemaTypeInfo, getTagName, getTextContent, hasAttribute, hasAttributeNS, hasAttributes, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS_getChildNodes, appendChild, cloneNode, compareDocumentPosition, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getNamespaceURI, getNextSibling, getNodeValue, getOwnerDocument, getPrefix, getPreviousSibling, getUserData, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitappendChild, cloneNode, compareDocumentPosition, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getNamespaceURI, getNextSibling, getNodeValue, getOwnerDocument, getPrefix, getPreviousSibling, getUserData, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserDatapublic AbstractWrappingAmetysElement(T object)
object - the underlying object.public AbstractWrappingAmetysElement(String tagName, T object)
tagName - the tag name.object - the underlying object.public AbstractWrappingAmetysElement(T object, Element parent)
object - the underlying object.parent - the parent Element.public AbstractWrappingAmetysElement(String tagName, T object, Element parent)
tagName - the tag name.object - the underlying object.parent - the parent Element.public T getWrappedObject()