Home | History | Annotate | Download | only in libxml2

Lines Matching full:quantifier

5116  * [4]   quantifier   ::=   [?*+] | ( '{' quantity '}' )
5155 ERROR("Improper quantifier");
5162 ERROR("Unterminated quantifier");
5241 * [3] piece ::= atom quantifier?