Home | History | Annotate | Download | only in libxml2

Lines Matching refs:NXT

853  *   NXT(n)  returns the n'th next xmlChar. Same as CUR is should be used only
866 #define NXT(val) ctxt->cur[(val)]
976 if ((NXT(1) == ')') || (NXT(1) == '(') || (NXT(1) == '^')) {
1180 if ((name == NULL) && (CUR == '/') && (NXT(1) != '1')) {