X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=src%2Fxpath%2Fast.mli;h=f2b2a1d03fc547c38eaef0cd60331e59fe477f74;hp=07a410d0e16fedefc1d69455bcd627a2de1c97a8;hb=fe2ba1820282783ae8c10fbbbd2b65d3dc4c67f2;hpb=fed343e8df1900043dc993ac5458c757d3ac2ee0 diff --git a/src/xpath/ast.mli b/src/xpath/ast.mli index 07a410d..f2b2a1d 100644 --- a/src/xpath/ast.mli +++ b/src/xpath/ast.mli @@ -14,6 +14,8 @@ (***********************************************************************) type path = single_path list + (* the step are given in reverse with the last step of the query + being the first of the step list *) and single_path = Absolute of step list | Relative of step list and step = axis * test * expr list and axis = Self | Attribute | Child