| Modifier and Type | Method and Description |
|---|---|
void |
SimpleNamespaceContext.addElementNamespaces(Navigator nav,
Object element)
Adds all the namespace declarations that are in scope on the given
element.
|
Iterator |
Navigator.getAncestorAxisIterator(Object contextNode)
Retrieve an
Iterator matching the ancestor
xpath axis. |
Iterator |
DefaultNavigator.getAncestorAxisIterator(Object contextNode) |
Iterator |
Navigator.getAncestorOrSelfAxisIterator(Object contextNode)
Retrieve an
Iterator matching the
ancestor-or-self xpath axis. |
Iterator |
DefaultNavigator.getAncestorOrSelfAxisIterator(Object contextNode) |
Iterator |
Navigator.getAttributeAxisIterator(Object contextNode)
Retrieve an
Iterator matching the attribute
xpath axis. |
Iterator |
DefaultNavigator.getAttributeAxisIterator(Object contextNode)
Throws
UnsupportedAxisException |
Iterator |
Navigator.getChildAxisIterator(Object contextNode)
Retrieve an
Iterator matching the child
xpath axis. |
Iterator |
DefaultNavigator.getChildAxisIterator(Object contextNode)
Throws
UnsupportedAxisException |
Iterator |
Navigator.getDescendantAxisIterator(Object contextNode)
Retrieve an
Iterator matching the descendant
xpath axis. |
Iterator |
DefaultNavigator.getDescendantAxisIterator(Object contextNode) |
Iterator |
Navigator.getDescendantOrSelfAxisIterator(Object contextNode)
Retrieve an
Iterator matching the
descendant-or-self xpath axis. |
Iterator |
DefaultNavigator.getDescendantOrSelfAxisIterator(Object contextNode) |
Iterator |
Navigator.getFollowingAxisIterator(Object contextNode)
Retrieve an
Iterator matching the following
xpath axis. |
Iterator |
DefaultNavigator.getFollowingAxisIterator(Object contextNode)
Throws
UnsupportedAxisException |
Iterator |
Navigator.getFollowingSiblingAxisIterator(Object contextNode)
Retrieve an
Iterator matching the
following-sibling xpath axis. |
Iterator |
DefaultNavigator.getFollowingSiblingAxisIterator(Object contextNode)
Throws
UnsupportedAxisException |
Iterator |
Navigator.getNamespaceAxisIterator(Object contextNode)
Retrieve an
Iterator matching the namespace
xpath axis. |
Iterator |
DefaultNavigator.getNamespaceAxisIterator(Object contextNode)
Throws
UnsupportedAxisException |
Iterator |
Navigator.getParentAxisIterator(Object contextNode)
Retrieve an
Iterator matching the parent xpath axis. |
Iterator |
DefaultNavigator.getParentAxisIterator(Object contextNode)
Throws
UnsupportedAxisException |
Object |
Navigator.getParentNode(Object contextNode)
Returns the parent of the given context node.
|
Object |
DefaultNavigator.getParentNode(Object contextNode) |
Iterator |
Navigator.getPrecedingAxisIterator(Object contextNode)
Retrieve an
Iterator matching the preceding xpath axis. |
Iterator |
DefaultNavigator.getPrecedingAxisIterator(Object contextNode)
Throws
UnsupportedAxisException |
Iterator |
Navigator.getPrecedingSiblingAxisIterator(Object contextNode)
Retrieve an
Iterator matching the
preceding-sibling xpath axis. |
Iterator |
DefaultNavigator.getPrecedingSiblingAxisIterator(Object contextNode)
Throws
UnsupportedAxisException |
Iterator |
Navigator.getSelfAxisIterator(Object contextNode)
Retrieve an
Iterator matching the self xpath
axis. |
Iterator |
DefaultNavigator.getSelfAxisIterator(Object contextNode) |
| Modifier and Type | Method and Description |
|---|---|
Iterator |
Step.axisIterator(Object contextNode,
ContextSupport support) |
Iterator |
DefaultStep.axisIterator(Object contextNode,
ContextSupport support) |
| Modifier and Type | Method and Description |
|---|---|
Iterator |
IterableSelfAxis.iterator(Object contextNode,
ContextSupport support) |
Iterator |
IterablePrecedingSiblingAxis.iterator(Object contextNode,
ContextSupport support) |
Iterator |
IterablePrecedingAxis.iterator(Object contextNode,
ContextSupport support) |
Iterator |
IterableParentAxis.iterator(Object contextNode,
ContextSupport support) |
Iterator |
IterableNamespaceAxis.iterator(Object contextNode,
ContextSupport support) |
Iterator |
IterableFollowingSiblingAxis.iterator(Object contextNode,
ContextSupport support) |
Iterator |
IterableFollowingAxis.iterator(Object contextNode,
ContextSupport support) |
Iterator |
IterableDescendantOrSelfAxis.iterator(Object contextNode,
ContextSupport support) |
Iterator |
IterableDescendantAxis.iterator(Object contextNode,
ContextSupport support) |
Iterator |
IterableChildAxis.iterator(Object contextNode,
ContextSupport support) |
abstract Iterator |
IterableAxis.iterator(Object contextNode,
ContextSupport support) |
Iterator |
IterableAttributeAxis.iterator(Object contextNode,
ContextSupport support) |
Iterator |
IterableAncestorOrSelfAxis.iterator(Object contextNode,
ContextSupport support) |
Iterator |
IterableAncestorAxis.iterator(Object contextNode,
ContextSupport support) |
| Constructor and Description |
|---|
FollowingAxisIterator(Object contextNode,
Navigator navigator) |
FollowingSiblingAxisIterator(Object contextNode,
Navigator navigator) |
PrecedingAxisIterator(Object contextNode,
Navigator navigator) |
PrecedingSiblingAxisIterator(Object contextNode,
Navigator navigator) |
Copyright © 2013. All Rights Reserved.