org.apache.xpath.axes
public class WalkingIteratorSorted extends WalkingIterator
UNKNOWN: internal
Constructor Summary | |
---|---|
WalkingIteratorSorted(PrefixResolver nscontext)
Create a WalkingIteratorSorted object.
|
Method Summary | |
---|---|
void | fixupVariables(Vector vars, int globalsSize)
This function is used to perform some extra analysis of the iterator.
|
boolean | isDocOrdered()
Returns true if all the nodes in the iteration well be returned in document
order.
|
Parameters: nscontext The namespace context for this iterator, should be OK if null.
Parameters: vars List of QNames that correspond to variables. This list should be searched backwards for the first qualified name that corresponds to the variable reference qname. The position of the QName in the vector from the start of the vector will be its position in the stack frame (but variables above the globalsTop value will need to be offset to the current stack frame).
Returns: true as a default.