public interface SteppingNode<N extends SteppingNode> extends NodeInfo
SteppingNavigatorALL_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,
String uri,
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, getDocumentNumber, getDocumentRoot, getFingerprint, getLineNumber, getLocalPart, getNameCode, getNamePool, getNodeKind, getPrefix, getRoot, getSchemaType, getStringValue, getSystemId, getTypeAnnotation, getURI, hasChildNodes, hashCode, isId, isIdref, isNilled, isSameNodeInfo, iterateAxis, iterateAxissetSystemIdgetStringValueCSN getParent()
N getNextSibling()
N getPreviousSibling()
N getFirstChild()
N getSuccessorElement(N anchor, String uri, 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-2013 Saxonica Limited. All rights reserved.