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