Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxmlschemas.h112 typedef struct _xmlSchemaParserCtxt xmlSchemaParserCtxt; typedef
113 typedef xmlSchemaParserCtxt *xmlSchemaParserCtxtPtr;
/external/libxml2/doc/html/
Dindex.sgml606 <ANCHOR id="xmlSchemaParserCtxt" href="libxml/libxml-xmlschemas.html#xmlSchemaParserCtxt">
/external/libxml2/
Dxmlschemas.c9985 ret = (xmlSchemaParserCtxtPtr) xmlMalloc(sizeof(xmlSchemaParserCtxt)); in xmlSchemaParserCtxtCreate()
9991 memset(ret, 0, sizeof(xmlSchemaParserCtxt)); in xmlSchemaParserCtxtCreate()