| Frames | No Frames |
Constructors with parameter type org.jaxen.ContextSupport | |
Create a new context. | |
Fields of type org.jaxen.ContextSupport | |
| ContextSupport | Context-support |
| ContextSupport | the support information and function, namespace and variable contexts |
Methods with parameter type org.jaxen.ContextSupport | |
| void | Set the ContextSupport. |
Methods with return type org.jaxen.ContextSupport | |
| ContextSupport | Retrieve the ContextSupport aggregation of
NamespaceContext, FunctionContext,
VariableContext, and Navigator. |
| ContextSupport | Retrieve the ContextSupport. |
Methods with parameter type org.jaxen.ContextSupport | |
| boolean | |
| List | |
| Iterator | |
| Iterator | Get an Iterator for the current axis starting in the given contextNode. |
| boolean | Returns true if any of the supplied nodes satisfy
all the predicates in the set. |
| List | Returns all of the supplied nodes that satisfy
all the predicates in the set. |
| boolean | |
| boolean | |
| boolean | Checks whether the node matches this step. |
| boolean | |
| boolean | |
| boolean | Performs the node-test part of evaluating the step for the given node
(which must be on the axis). |
Methods with parameter type org.jaxen.ContextSupport | |
| Iterator | Gets the iterator for a specific XPath axis. |
| Iterator | |
| Iterator | Gets an iterator for the attribute axis. |
| Iterator | Gets the iterator for a specific XPath axis. |
| Iterator | Gets the iterator for the child axis. |
| Iterator | Gets the iterator for a specific XPath axis. |
| Iterator | |
| Iterator | |
| Iterator | Gets the iterator for a specific XPath axis. |
| Iterator | |
| Iterator | |
| Iterator | Gets the iterator for a specific XPath axis. |
| Iterator | |
| Iterator | |
| 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 | 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 | IterableChildAxis.namedAccessIterator(Object contextNode, ContextSupport support, String localName, String namespacePrefix, String namespaceURI) Gets an iterator for the child XPath axis that supports named access. |
| boolean | Does this axis support named access?
|
| boolean | Does this axis support named access?
|
| boolean | Does this axis support named access?
|