Java org.apache.commons.jxpath CompiledExpression fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.jxpath CompiledExpression fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.jxpath CompiledExpression.

The text is from its open source code.

Method

PointergetPointer(JXPathContext context, String xpath)
Traverses the xpath and returns a Pointer.
ObjectgetValue(JXPathContext context)
Evaluates the xpath and returns the resulting object.
Iteratoriterate(JXPathContext context)
Traverses the xpath and returns a Iterator of all results found for the path.
IteratoriteratePointers(JXPathContext context)
Traverses the xpath and returns an Iterator of Pointers.