NodeEventTarget, ExtendedNode, NodeXBL, XBLManagerData, EventTarget, org.w3c.dom.NodeAbstractCharacterData, AbstractProcessingInstruction, GenericDocumentTypepublic abstract class AbstractChildNode extends AbstractNode
Node interface with support
for parent and siblings.| Modifier and Type | Field | Description |
|---|---|---|
protected org.w3c.dom.Node |
nextSibling |
Returns the next sibling.
|
protected org.w3c.dom.Node |
parentNode |
The parent node of this node.
|
protected org.w3c.dom.Node |
previousSibling |
The previous sibling.
|
DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, EMPTY_NODE_LIST, eventSupport, managerData, ownerDocument, userData, userDataHandlers| Constructor | Description |
|---|---|
AbstractChildNode() |
| Modifier and Type | Method | Description |
|---|---|---|
org.w3c.dom.Node |
getNextSibling() |
DOM: Implements
Node.getNextSibling(). |
org.w3c.dom.Node |
getParentNode() |
DOM: Implements
Node.getParentNode(). |
org.w3c.dom.Node |
getPreviousSibling() |
DOM: Implements
Node.getPreviousSibling(). |
void |
setNextSibling(org.w3c.dom.Node v) |
Sets the node immediately following this node.
|
void |
setParentNode(org.w3c.dom.Node v) |
Sets the parent node.
|
void |
setPreviousSibling(org.w3c.dom.Node v) |
Sets the node immediately preceding this node.
|
addEventListener, addEventListenerNS, appendChild, checkChildType, cloneNode, compareDocumentPosition, compareNamedNodeMaps, compareStrings, copyInto, createDOMException, deepCopyInto, deepExport, dispatchEvent, export, fireDOMCharacterDataModifiedEvent, fireDOMNodeInsertedIntoDocumentEvent, fireDOMNodeRemovedFromDocumentEvent, fireUserDataHandlers, getAttributes, getBaseURI, getBaseURI, getCascadedXMLBase, getChildNodes, getCurrentDocument, getEventSupport, getFeature, getFirstChild, getLastChild, getLocalName, getManagerData, getNamespaceURI, getNodeValue, getOwnerDocument, getParentNodeEventTarget, getPrefix, getTextContent, getUserData, getXblBoundElement, getXblChildNodes, getXblDefinitions, getXblFirstChild, getXblFirstElementChild, getXblLastChild, getXblLastElementChild, getXblNextElementSibling, getXblNextSibling, getXblParentNode, getXblPreviousElementSibling, getXblPreviousSibling, getXblScopedChildNodes, getXblShadowTree, hasAttributes, hasChildNodes, hasEventListenerNS, initializeEventSupport, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespacePrefix, lookupNamespaceURI, lookupPrefix, newNode, normalize, removeChild, removeEventListener, removeEventListenerNS, replaceChild, setManagerData, setNodeName, setNodeValue, setOwnerDocument, setPrefix, setSpecified, setTextContent, setUserData, willTriggerNSisReadonly, setReadonlyprotected org.w3c.dom.Node parentNode
protected org.w3c.dom.Node previousSibling
protected org.w3c.dom.Node nextSibling
public org.w3c.dom.Node getParentNode()
Node.getParentNode().getParentNode in interface org.w3c.dom.NodegetParentNode in class AbstractNodeparentNodepublic void setParentNode(org.w3c.dom.Node v)
setParentNode in interface ExtendedNodesetParentNode in class AbstractNodepublic void setPreviousSibling(org.w3c.dom.Node v)
setPreviousSibling in interface ExtendedNodesetPreviousSibling in class AbstractNodepublic org.w3c.dom.Node getPreviousSibling()
Node.getPreviousSibling().getPreviousSibling in interface org.w3c.dom.NodegetPreviousSibling in class AbstractNodepreviousSibling.public void setNextSibling(org.w3c.dom.Node v)
setNextSibling in interface ExtendedNodesetNextSibling in class AbstractNodepublic org.w3c.dom.Node getNextSibling()
Node.getNextSibling().getNextSibling in interface org.w3c.dom.NodegetNextSibling in class AbstractNodenextSibling.Copyright ? 2018 Apache Software Foundation. All Rights Reserved.