Searched defs:nsItem (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c6713 xmlChar *nsItem; local
6759 nsItem = xmlStrndup(cur, end - cur);
6760 if ((xmlStrEqual(nsItem, BAD_CAST "##other")) ||
6761 (xmlStrEqual(nsItem, BAD_CAST "##any"))) {
6768 nsItem, NULL, NULL, NULL);
6771 if (xmlStrEqual(nsItem, BAD_CAST "##targetNamespace")) {
6773 } else if (xmlStrEqual(nsItem, BAD_CAST "##local")) {
6780 nsItem, xmlSchemaGetBuiltInType(XML_SCHEMAS_ANYURI));
6781 dictnsItem = xmlDictLookup(ctxt->dict, nsItem, -1);
6795 xmlFree(nsItem);
[all...]

Completed in 91 milliseconds