Home | History | Annotate | Download | only in dtm

Lines Matching full:traversal

48    * By the nature of the stateless traversal, the context node can not be
55 * @param context The context node of this traversal. This is the point
56 * that the traversal starts from.
57 * @return the first node in the traversal.
65 * By the nature of the stateless traversal, the context node can not be
72 * @param context The context node of this traversal. This is the point
73 * of origin for the traversal -- its "root node" or starting point.
76 * @return the first node in the traversal.
86 * @param context The context node of this traversal. This is the point
87 * of origin for the traversal -- its "root node" or starting point.
88 * @param current The current node of the traversal. This is the last known
89 * location in the traversal, typically the node-handle returned by the
90 * previous traversal step. For the first traversal step, context
103 * @param context The context node of this traversal. This is the point
104 * of origin for the traversal -- its "root node" or starting point.
105 * @param current The current node of the traversal. This is the last known
106 * location in the traversal, typically the node-handle returned by the
107 * previous traversal step. For the first traversal step, context