Home | History | Annotate | Download | only in libxml2

Lines Matching refs:NXT

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