X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=src%2FxPath.mli;h=de899555031f68e46357660b70af82fe513c4af4;hp=afb4c39e8bf5bfb895bf981bd00e5ee9e3ebef08;hb=e2dcfc3066d33b814d4e9724563cc5b3e696060d;hpb=54b9cdaa6686eb28a0cad0ac3f1648f115d3fac5 diff --git a/src/xPath.mli b/src/xPath.mli index afb4c39..de89955 100644 --- a/src/xPath.mli +++ b/src/xPath.mli @@ -18,8 +18,7 @@ module Ast : sig - type path = Absolute of step list | AbsoluteDoS of step list - | Relative of step list + type path = Absolute of step list | Relative of step list and step = axis * test * predicate and axis = Self | Attribute | Child | Descendant | DescendantOrSelf