Package org.loboevolution.apache.xpath.axes
package org.loboevolution.apache.xpath.axes
Implementation of XPath LocationPath support -- primary classes are LocPathIterator and UnionPathIterator.
-
ClassDescriptionThis class implements an optimized iterator for attribute axes patterns.Serves as common interface for axes Walkers, and stores common state variables.Base for iterators that handle predicates.This class implements an optimized iterator for "node()" patterns, that is, any children of the context node.This class implements an optimized iterator for children patterns that have a node test, and possibly a predicate.This class implements an optimized iterator for descendant, descendant-or-self, or "//foo" patterns.Walker for the OP_VARIABLE, or OP_EXTFUNCTION, or OP_FUNCTION, or OP_GROUP, op codes.Pool of object of a given type to pick from to help memory usageThis class extends NodeSetDTM, which implements NodeIterator, and fetches nodes one at a time in document order based on a XPath LocationPath.This class is the dynamic wrapper for a Xalan DTMIterator instance, and provides random access capabilities.This class implements a general iterator for those LocationSteps with only one step, and perhaps a predicate.This class implements a general iterator for those LocationSteps with only one step, and perhaps a predicate, that only go forward (i.e. it can not be used with ancestors, preceding, etc.)Classes who implement this information provide information needed for static analysis of a path component.Walker for a reverse axes.This class implements an optimized iterator for "." patterns, that is, the self axes without any predicates.A class that implements this interface is a sub context node list, meaning it is a node list for a location path step for a predicate.This class defines a simplified type of union iterator that only tests along the child axes.This class extends NodeSetDTM, which implements DTMIterator, and fetches nodes one at a time in document order based on a XPath UnionExpr.This class is both a factory for XPath location path expressions, which are built from the opcode map output, and an analysis engine for the location path expressions in order to provide optimization hints.Location path iterator that uses Walkers.This class iterates over set of nodes that needs to be sorted.