public abstract class ParentNode extends NodeImpl implements org.apache.axiom.dom.DOMParentNode
ATTRIBUTE_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 |
|---|
ParentNode() |
| Modifier and Type | Method and Description |
|---|---|
Node |
appendChild(Node newChild) |
Node |
insertBefore(Node newChild,
Node refChild)
Inserts newChild before the refChild.
|
Node |
replaceChild(Node newChild,
Node _oldChild)
Replaces the oldChild with the newChild.
|
compareDocumentPosition, coreGetNodeFactory, getBaseURI, getBuilder, getFeature, getMetaFactory, getUserData, isEqualNode, isSameNode, normalize, setUserDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetChildNodes, getFirstChild, getLastChild, getLength, hasChildNodes, item, normalize, removeChildcloneNode, getNamespaceContext, isDefaultNamespace, isSupported, lookupNamespaceURI, lookupPrefixcompareDocumentPosition, getAttributes, getBaseURI, getFeature, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, isEqualNode, isSameNode, normalize, setNodeValue, setPrefix, setTextContent, setUserDatabuild, buildNext, cloneChildrenIfNecessary, coreAppendChild, coreAppendChildren, coreGetElements, coreGetFirstChild, coreGetFirstChild, coreGetFirstChildIfAvailable, coreGetLastChild, coreGetLastChild, coreGetLastKnownChild, coreGetNodes, coreRemoveChildren, coreSetBuilder, coreSetCharacterData, coreSetState, forceExpand, getBuilder, getState, isExpandedpublic final Node appendChild(Node newChild) throws DOMException
appendChild in interface NodeDOMExceptionpublic Node insertBefore(Node newChild, Node refChild) throws DOMException
insertBefore in interface NodeDOMExceptionpublic final Node replaceChild(Node newChild, Node _oldChild) throws DOMException
replaceChild in interface NodeDOMExceptionCopyright © The Apache Software Foundation. All Rights Reserved.