Searched refs:api_doc (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/doc/examples/
H A Dindex.py21 api_doc = None variable
25 global api_doc
32 api_doc = libxml2.parseFile("../libxml2-api.xml")
39 global api_doc
41 if api_doc == None:
48 ctxt = api_doc.xpathNewContext()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/doc/examples/
H A Dindex.py21 api_doc = None variable
25 global api_doc
32 api_doc = libxml2.parseFile("../libxml2-api.xml")
39 global api_doc
41 if api_doc == None:
48 ctxt = api_doc.xpathNewContext()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtestapi.c37 static xmlDocPtr api_doc = NULL; variable
51 xmlFreeDoc(api_doc);
52 api_doc = NULL;
61 if (api_doc == NULL) {
62 api_doc = xmlReadMemory("<!DOCTYPE root [<!ELEMENT root EMPTY>]><root xmlns:h='http://example.com/' h:foo='bar'/>", 88, "root_test", NULL, 0);
66 return(api_doc);
73 if ((api_doc != NULL) && (api_doc->children != NULL) &&
74 (api_doc->children->type == XML_DTD_NODE))
75 api_dtd = (xmlDtdPtr) api_doc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dtestapi.c37 static xmlDocPtr api_doc = NULL; variable
51 xmlFreeDoc(api_doc);
52 api_doc = NULL;
61 if (api_doc == NULL) {
62 api_doc = xmlReadMemory("<!DOCTYPE root [<!ELEMENT root EMPTY>]><root xmlns:h='http://example.com/' h:foo='bar'/>", 88, "root_test", NULL, 0);
66 return(api_doc);
73 if ((api_doc != NULL) && (api_doc->children != NULL) &&
74 (api_doc->children->type == XML_DTD_NODE))
75 api_dtd = (xmlDtdPtr) api_doc
[all...]

Completed in 320 milliseconds