Home
last modified time | relevance | path

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

/external/libxml2/
Drngparser.c101 const xmlChar *key_attribute; member
216 if ((str == ctxt->key_attribute) || in xmlCRNGIsKeyword()
921 } else if (token->token == ctxt->key_attribute) { in xmlParseCRNG_primary()
1461 ctxt.key_attribute = xmlDictLookup(ctxt.dict, BAD_CAST "attribute", -1); in xmlConvertCRNG()