public interface SteppingNode<N extends SteppingNode> extends NodeInfo
SteppingNavigator
ALL_NAMESPACES, IS_DTD_TYPE, IS_NILLED, LOCAL_NAMESPACES, NO_NAMESPACES
Modifier and Type | Method and Description |
---|---|
N |
getFirstChild()
Get the first child of this node
|
N |
getNextSibling()
Get the next sibling of this node
|
N |
getParent()
Get the parent of this node
|
N |
getPreviousSibling()
Get the previous sibling of this node
|
N |
getSuccessorElement(N anchor,
java.lang.String uri,
java.lang.String local)
Find the next matching element in document order; that is, the first child element
with the required name if there is one; otherwise the next sibling element
if there is one; otherwise the next sibling element of the parent, grandparent, etc, up to the anchor element.
|
atomize, compareOrder, comparePosition, copy, equals, generateId, getAttributeValue, getBaseURI, getColumnNumber, getConfiguration, getDeclaredNamespaces, getDisplayName, getFingerprint, getLineNumber, getLocalPart, getNodeKind, getPrefix, getPublicId, getRoot, getSchemaType, getStringValue, getSystemId, getTreeInfo, getURI, hasChildNodes, hasFingerprint, hashCode, isId, isIdref, isNilled, isSameNodeInfo, isStreamed, iterateAxis, iterateAxis
getStringValueCS, head
saveLocation
N getParent()
N getNextSibling()
N getPreviousSibling()
N getFirstChild()
N getSuccessorElement(N anchor, java.lang.String uri, java.lang.String local)
anchor
- the root of the tree within which navigation is confineduri
- the required namespace URI, or null if any namespace is acceptablelocal
- the required local name, or null if any local name is acceptableCopyright (c) 2004-2018 Saxonica Limited. All rights reserved.