| Frames | No Frames |
Constructors with parameter type org.apache.xpath.compiler.Compiler | |
Create a UnionPathIterator object, including creation
of location path iterators from the opcode list, and call back
into the Compiler to create predicate expressions.
| |
Methods with parameter type org.apache.xpath.compiler.Compiler | |
| LocPathIterator | This will return an iterator capable of handling the union of paths given.
|
| void | |
| int | Special purpose function to see if we can optimize the pattern for
a DescendantIterator.
|
| void | Initialize an AxesWalker during the parse of the XPath expression.
|
| void | Init a FilterExprWalker.
|
| boolean | Tell if the predicates need to have proximity knowledge.
|
| DTMIterator | Create a new LocPathIterator iterator. |
Methods with parameter type org.apache.xpath.compiler.Compiler | |
| void | Figure out if we're executing a toplevel expression.
|
| void | Figure out if we're executing a toplevel expression.
|
| void | This function is currently only being used by Position()
and Last(). |
Methods with parameter type org.apache.xpath.compiler.Compiler | |
| void | Given an string, init an XPath object for pattern matches,
in order that a parse doesn't
have to be done each time the expression is evaluated.
|
| void | Given an string, init an XPath object for selections,
in order that a parse doesn't
have to be done each time the expression is evaluated.
|