X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=ulexer.ml;h=84ae9696a1ef3cb8199c50d78b058572c03b599f;hb=cf6d366b25132eea7b0f1966c11d034d748af0fa;hp=a6ea991b6d01251870fc4fecd4148c848aa0cada;hpb=dc91851aaeac91a71eba2c266d0227adea0c5815;p=SXSI%2Fxpathcomp.git diff --git a/ulexer.ml b/ulexer.ml index a6ea991..84ae969 100644 --- a/ulexer.ml +++ b/ulexer.ml @@ -188,7 +188,7 @@ let parse_char lexbuf base i = let rec token = lexer | [' ' '\t'] -> token lexbuf | "text()" | "node()" | "and" | "not" | "or" - | "contains" | "contains_full" + | "contains" | "contains_full" | "endswith" | "startswith" | "equals" | "self" | "descendant" | "child" | "descendant-or-self" | "attribute" | "following-sibling" | "preceding-sibling" | "parent" | "ancestor" | "ancestor-or-self" | "preceding" | "following"