Home
last modified time | relevance | path

Searched refs:xmlCRNGIsKeyword (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Drngparser.c215 xmlCRNGIsKeyword(xmlCRelaxNGParserCtxtPtr ctxt, const xmlChar *str) { in xmlCRNGIsKeyword() function
332 if ((escape == 0) && (xmlCRNGIsKeyword(ctxt, token->token))) in xmlCRNGNextToken()