Uses of Class
org.jaxen.UnsupportedAxisException

Packages that use UnsupportedAxisException
org.jaxen This package defines the core Jaxen API to the XPath engine. 
org.jaxen.expr Interfaces and default implementations for XPath expression components. 
org.jaxen.expr.iter Axis iterator creation functors. 
org.jaxen.util Utility objects for walking object models. 
 

Uses of UnsupportedAxisException in org.jaxen
 

Methods in org.jaxen that throw UnsupportedAxisException
 Iterator Navigator.getChildAxisIterator(Object contextNode)
          Retrieve an Iterator matching the child xpath axis.
 Iterator Navigator.getDescendantAxisIterator(Object contextNode)
          Retrieve an Iterator matching the descendant xpath axis.
 Iterator Navigator.getParentAxisIterator(Object contextNode)
          Retrieve an Iterator matching the parent xpath axis.
 Iterator Navigator.getAncestorAxisIterator(Object contextNode)
          Retrieve an Iterator matching the ancestor xpath axis.
 Iterator Navigator.getFollowingSiblingAxisIterator(Object contextNode)
          Retrieve an Iterator matching the following-sibling xpath axis.
 Iterator Navigator.getPrecedingSiblingAxisIterator(Object contextNode)
          Retrieve an Iterator matching the preceding-sibling xpath axis.
 Iterator Navigator.getFollowingAxisIterator(Object contextNode)
          Retrieve an Iterator matching the following xpath axis.
 Iterator Navigator.getPrecedingAxisIterator(Object contextNode)
          Retrieve an Iterator matching the preceding xpath axis.
 Iterator Navigator.getAttributeAxisIterator(Object contextNode)
          Retrieve an Iterator matching the attribute xpath axis.
 Iterator Navigator.getNamespaceAxisIterator(Object contextNode)
          Retrieve an Iterator matching the namespace xpath axis.
 Iterator Navigator.getSelfAxisIterator(Object contextNode)
          Retrieve an Iterator matching the self xpath axis.
 Iterator Navigator.getDescendantOrSelfAxisIterator(Object contextNode)
          Retrieve an Iterator matching the descendant-or-self xpath axis.
 Iterator Navigator.getAncestorOrSelfAxisIterator(Object contextNode)
          Retrieve an Iterator matching the ancestor-or-self xpath axis.
 Object Navigator.getParentNode(Object contextNode)
          Returns the parent of the given context node.
 void SimpleNamespaceContext.addElementNamespaces(Navigator nav, Object element)
          Adds all the namespace declarations that are in scope on the given element.
 Iterator DefaultNavigator.getChildAxisIterator(Object contextNode)
          Throws UnsupportedAxisException
 Iterator DefaultNavigator.getDescendantAxisIterator(Object contextNode)
           
 Iterator DefaultNavigator.getParentAxisIterator(Object contextNode)
          Throws UnsupportedAxisException
 Iterator DefaultNavigator.getAncestorAxisIterator(Object contextNode)
           
 Iterator DefaultNavigator.getFollowingSiblingAxisIterator(Object contextNode)
          Throws UnsupportedAxisException
 Iterator DefaultNavigator.getPrecedingSiblingAxisIterator(Object contextNode)
          Throws UnsupportedAxisException
 Iterator DefaultNavigator.getFollowingAxisIterator(Object contextNode)
          Throws UnsupportedAxisException
 Iterator DefaultNavigator.getPrecedingAxisIterator(Object contextNode)
          Throws UnsupportedAxisException
 Iterator DefaultNavigator.getAttributeAxisIterator(Object contextNode)
          Throws UnsupportedAxisException
 Iterator DefaultNavigator.getNamespaceAxisIterator(Object contextNode)
          Throws UnsupportedAxisException
 Iterator DefaultNavigator.getSelfAxisIterator(Object contextNode)
           
 Iterator DefaultNavigator.getDescendantOrSelfAxisIterator(Object contextNode)
           
 Iterator DefaultNavigator.getAncestorOrSelfAxisIterator(Object contextNode)
           
 Object DefaultNavigator.getParentNode(Object contextNode)
           
 

Uses of UnsupportedAxisException in org.jaxen.expr
 

Methods in org.jaxen.expr that throw UnsupportedAxisException
 Iterator DefaultStep.axisIterator(Object contextNode, ContextSupport support)
           
 Iterator Step.axisIterator(Object contextNode, ContextSupport support)
           
 

Uses of UnsupportedAxisException in org.jaxen.expr.iter
 

Methods in org.jaxen.expr.iter that throw UnsupportedAxisException
abstract  Iterator IterableAxis.iterator(Object contextNode, ContextSupport support)
           
 Iterator IterablePrecedingSiblingAxis.iterator(Object contextNode, ContextSupport support)
           
 Iterator IterableAncestorOrSelfAxis.iterator(Object contextNode, ContextSupport support)
           
 Iterator IterableChildAxis.iterator(Object contextNode, ContextSupport support)
           
 Iterator IterableAttributeAxis.iterator(Object contextNode, ContextSupport support)
           
 Iterator IterableSelfAxis.iterator(Object contextNode, ContextSupport support)
           
 Iterator IterableFollowingSiblingAxis.iterator(Object contextNode, ContextSupport support)
           
 Iterator IterableDescendantAxis.iterator(Object contextNode, ContextSupport support)
           
 Iterator IterableNamespaceAxis.iterator(Object contextNode, ContextSupport support)
           
 Iterator IterablePrecedingAxis.iterator(Object contextNode, ContextSupport support)
           
 Iterator IterableAncestorAxis.iterator(Object contextNode, ContextSupport support)
           
 Iterator IterableFollowingAxis.iterator(Object contextNode, ContextSupport support)
           
 Iterator IterableParentAxis.iterator(Object contextNode, ContextSupport support)
           
 Iterator IterableDescendantOrSelfAxis.iterator(Object contextNode, ContextSupport support)
           
 

Uses of UnsupportedAxisException in org.jaxen.util
 

Constructors in org.jaxen.util that throw UnsupportedAxisException
FollowingAxisIterator(Object contextNode, Navigator navigator)
           
FollowingSiblingAxisIterator(Object contextNode, Navigator navigator)
           
PrecedingSiblingAxisIterator(Object contextNode, Navigator navigator)
           
PrecedingAxisIterator(Object contextNode, Navigator navigator)
           
 



Copyright © 2002 bob mcwhirter & James Strachan. All Rights Reserved. Hosted by

SourceForge Logo