Home | History | Annotate | Download | only in axes

Lines Matching defs:this

4  * distributed with this work for additional information
5 * regarding copyright ownership. The ASF licenses this file
7 * you may not use this file except in compliance with the License.
38 * @param locPathIterator The location path iterator that 'owns' this walker.
49 * @param root The context node of this step.
85 this.m_foundLast = true;
92 * Tells if this is a reverse axes. Overrides AxesWalker#isReverseAxes.
94 * @return true for this class.
104 // * @param root The context node of this step.
113 * reverse axes count, for the moment this re-searches the axes
114 * up to the predicate. An optimization on this is to cache
115 * the nodes searched, but, for the moment, this case is probably
138 ReverseAxesWalker clone = (ReverseAxesWalker) this.clone();
140 clone.setRoot(this.getRoot());
185 * Get the number of nodes in this node list. The function is probably ill
191 * @return the number of nodes in this node list.
201 ReverseAxesWalker clone = (ReverseAxesWalker) this.clone();
203 clone.setRoot(this.getRoot());
236 * Warning: This can only be called after setRoot has been called!