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. 
org.jaxen.xom   
 

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.
 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)
           
 Iterator DefaultNavigator.getPrecedingSiblingAxisIterator(Object contextNode)
           
 Iterator DefaultNavigator.getFollowingAxisIterator(Object contextNode)
           
 Iterator DefaultNavigator.getPrecedingAxisIterator(Object contextNode)
           
 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)
          Default inefficient implementation.
 void SimpleNamespaceContext.addElementNamespaces(Navigator nav, Object element)
          Adds all the namespace declarations that are in scope on the given element.
 Iterator NamedAccessNavigator.getChildAxisIterator(Object contextNode, String localName, String namespacePrefix, String namespaceURI)
          Retrieve an Iterator that returns the child XPath axis where the names of the children match the supplied name and optional namespace.
 Iterator NamedAccessNavigator.getAttributeAxisIterator(Object contextNode, String localName, String namespacePrefix, String namespaceURI)
          Retrieve an Iterator that returns the attribute XPath axis where the names of the attributes match the supplied name and optional namespace.
 

Uses of UnsupportedAxisException in org.jaxen.expr
 

Methods in org.jaxen.expr that throw UnsupportedAxisException
 Iterator Step.axisIterator(Object contextNode, ContextSupport support)
          Get an Iterator for the current axis starting in the given contextNode.
 Iterator DefaultStep.axisIterator(Object contextNode, ContextSupport support)
          Deprecated.  
 

Uses of UnsupportedAxisException in org.jaxen.expr.iter
 

Methods in org.jaxen.expr.iter that throw UnsupportedAxisException
 Iterator IterableChildAxis.iterator(Object contextNode, ContextSupport support)
          Gets the iterator for the child axis.
 Iterator IterableChildAxis.namedAccessIterator(Object contextNode, ContextSupport support, String localName, String namespacePrefix, String namespaceURI)
          Gets an iterator for the child XPath axis that supports named access.
abstract  Iterator IterableAxis.iterator(Object contextNode, ContextSupport support)
          Gets the iterator for a specific XPath axis.
 Iterator IterableAxis.namedAccessIterator(Object contextNode, ContextSupport support, String localName, String namespacePrefix, String namespaceURI)
          Gets the iterator for a specific XPath axis that supports named access.
 Iterator IterableSelfAxis.iterator(Object contextNode, ContextSupport support)
           
 Iterator IterableAncestorOrSelfAxis.iterator(Object contextNode, ContextSupport support)
           
 Iterator IterableDescendantOrSelfAxis.iterator(Object contextNode, ContextSupport support)
           
 Iterator IterableAncestorAxis.iterator(Object contextNode, ContextSupport support)
           
 Iterator IterableParentAxis.iterator(Object contextNode, ContextSupport support)
           
 Iterator IterableAttributeAxis.iterator(Object contextNode, ContextSupport support)
          Gets an iterator for the attribute axis.
 Iterator IterableAttributeAxis.namedAccessIterator(Object contextNode, ContextSupport support, String localName, String namespacePrefix, String namespaceURI)
          Gets the iterator for the attribute axis that supports named access.
 Iterator IterablePrecedingAxis.iterator(Object contextNode, ContextSupport support)
           
 Iterator IterablePrecedingSiblingAxis.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 IterableDescendantAxis.iterator(Object contextNode, ContextSupport support)
           
 

Uses of UnsupportedAxisException in org.jaxen.util
 

Constructors in org.jaxen.util that throw UnsupportedAxisException
FollowingSiblingAxisIterator(Object contextNode, Navigator navigator)
          Create a new following-sibling axis iterator.
FollowingAxisIterator(Object contextNode, Navigator navigator)
          Create a new following axis iterator.
PrecedingAxisIterator(Object contextNode, Navigator navigator)
          Create a new preceding axis iterator.
PrecedingSiblingAxisIterator(Object contextNode, Navigator navigator)
          Create a new preceding-sibling axis iterator.
DescendantAxisIterator(Object contextNode, Navigator navigator)
          Create a new descendant axis iterator.
 

Uses of UnsupportedAxisException in org.jaxen.xom
 

Methods in org.jaxen.xom that throw UnsupportedAxisException
 Iterator DocumentNavigator.getPrecedingAxisIterator(Object o)
           
 Iterator DocumentNavigator.getPrecedingSiblingAxisIterator(Object o)
           
 



Copyright © 2001-2007 Codehaus. All Rights Reserved.