public interface SteppingNode<N extends SteppingNode> extends NodeInfo
SteppingNavigator
IS_DTD_TYPE, IS_NILLED
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, copy, equals, generateId, getAttributeValue, getBaseURI, getColumnNumber, getConfiguration, getDeclaredNamespaces, getDisplayName, getFingerprint, getGenre, getLineNumber, getLocalPart, getNodeKind, getPrefix, getPublicId, getRoot, getSchemaType, getStringValue, getSystemId, getTreeInfo, getURI, hasChildNodes, hasFingerprint, hashCode, isId, isIdref, isNilled, isSameNodeInfo, isStreamed, iterateAxis, iterateAxis, toShortString
getLength, getStringValueCS, head, itemAt, iterate, iterator, reduce, subsequence, toGroundedValue
asIterable, effectiveBooleanValue, materialize
makeRepeatable
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-2020 Saxonica Limited. All rights reserved.