public abstract class RootNode extends ParentNode
firstChild, lastChildfactory, FIRSTCHILD, flags, HAS_PARENT, SPECIFIEDCOMPLETE, DISCARDED, INCOMPLETEATTRIBUTE_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| Modifier and Type | Method and Description |
|---|---|
(package private) NodeImpl |
internalGetNextSibling() |
(package private) NodeImpl |
internalGetPreviousSibling() |
(package private) void |
internalSetNextSibling(NodeImpl nextSibling) |
(package private) void |
internalSetPreviousSibling(NodeImpl previousSibling) |
addChild, addChild, appendChild, clone, getChildNodes, getChildren, getChildrenWithLocalName, getChildrenWithName, getChildrenWithNamespaceURI, getDescendants, getFirstChild, getFirstChildWithName, getFirstOMChild, getFirstOMChildIfAvailable, getLastChild, getLastKnownOMChild, getLength, getSAXSource, getTextContent, getTextContent, getXMLStreamReader, getXMLStreamReader, getXMLStreamReader, getXMLStreamReaderWithoutCaching, hasChildNodes, insertBefore, internalAppendChild, item, normalize, notifyChildComplete, removeChild, replaceChild, setFirstChild, setLastChild, setTextContent, shallowClonebuild, buildWithAttachments, checkSameOwnerDocument, clone, cloneNode, close, compareDocumentPosition, detach, detach, getAttributes, getBaseURI, getBuilder, getFeature, getLocalName, getNamespaceURI, getNextOMSiblingIfAvailable, getNodeValue, getOMFactory, getOwnerDocument, getParent, getParentNode, getPrefix, getPreviousOMSibling, getPreviousSibling, getUserData, hasAttributes, hasParent, hasParent, insertSiblingAfter, insertSiblingBefore, internalGetOwnerNode, internalSerialize, internalSerialize, internalSerializeAndConsume, internalSetOwnerNode, isComplete, isDefaultNamespace, isEqualNode, isFirstChild, isFirstChild, isSameNode, isSpecified, isSpecified, isSupported, lookupPrefix, normalize, ownerDocument, parentNode, serialize, serialize, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume, setComplete, setNextOMSibling, setNodeValue, setOwnerDocument, setParent, setParent, setPrefix, setPreviousOMSibling, setUserDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBuilder, getState, isCompletepublic RootNode(OMFactory factory)
final NodeImpl internalGetPreviousSibling()
internalGetPreviousSibling in class NodeImplfinal NodeImpl internalGetNextSibling()
internalGetNextSibling in class NodeImplfinal void internalSetPreviousSibling(NodeImpl previousSibling)
internalSetPreviousSibling in class NodeImplfinal void internalSetNextSibling(NodeImpl nextSibling)
internalSetNextSibling in class NodeImpl