Package org.apache.axiom.om.impl.dom
Class ParentNode
- java.lang.Object
-
- org.apache.axiom.om.impl.dom.NodeImpl
-
- org.apache.axiom.om.impl.dom.ParentNode
-
- All Implemented Interfaces:
org.apache.axiom.core.CoreNode,org.apache.axiom.core.CoreParentNode,org.apache.axiom.dom.DOMNode,org.apache.axiom.dom.DOMParentNode,Node,NodeList
- Direct Known Subclasses:
AttrImpl,DocumentFragmentImpl,DocumentImpl,ElementImpl
public abstract class ParentNode extends NodeImpl implements org.apache.axiom.dom.DOMParentNode
-
-
Field Summary
-
Fields inherited from interface org.apache.axiom.core.CoreParentNode
ATTRIBUTES_PENDING, COMPACT, COMPLETE, DISCARDED, DISCARDING, INCOMPLETE
-
Fields inherited from interface org.w3c.dom.Node
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 Summary
Constructors Constructor Description ParentNode()
-
Method Summary
-
Methods inherited from class org.apache.axiom.om.impl.dom.NodeImpl
coreGetNodeFactory, getMetaFactory
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.axiom.core.CoreNode
coreClone, coreCreateNode, coreGetNodeClass, coreGetNodeFactory, coreGetNodeType, coreGetOwnerDocument, coreHasSameOwnerDocument, coreSetOwnerDocument, getRootOrOwnerDocument, init, initAncillaryData, internalClone, internalGetFlag, internalGetFlags, internalSetFlag, internalSetFlags, shallowClone, updateFiliation
-
Methods inherited from interface org.apache.axiom.core.CoreParentNode
cloneChildrenIfNecessary, completed, coreAppendChild, coreAppendChildren, coreBuild, coreDiscard, coreGetBuilder, coreGetElements, coreGetFirstChild, coreGetFirstChild, coreGetFirstChildIfAvailable, coreGetInputContext, coreGetLastChild, coreGetLastChild, coreGetLastKnownChild, coreGetNodes, coreGetReader, coreMoveChildrenFrom, coreRemoveChildren, coreSetCharacterData, coreSetInputContext, coreSetState, forceExpand, getState, internalAppendChildWithoutBuild, internalBuildNext, internalCheckNewChild, internalGetCharacterData, internalGetContent, internalGetContent, internalSerialize, internalSetContent, isExpanded, serializeEndEvent, serializeStartEvent
-
Methods inherited from interface org.apache.axiom.dom.DOMNode
cloneNode, compareDocumentPosition, getBaseURI, getFeature, getNamespaceContext, getUserData, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, setUserData
-
Methods inherited from interface org.apache.axiom.dom.DOMParentNode
appendChild, getChildNodes, getFirstChild, getLastChild, getLength, hasChildNodes, insertBefore, item, normalize, normalizeRecursively, removeChild, replaceChild
-
Methods inherited from interface org.w3c.dom.Node
getAttributes, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, hasAttributes, setNodeValue, setPrefix, setTextContent
-
-