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

/external/libxml2/include/libxml/
H A Dxmlschemas.h113 typedef xmlSchemaParserCtxt *xmlSchemaParserCtxtPtr; typedef
137 XMLPUBFUN xmlSchemaParserCtxtPtr XMLCALL
139 XMLPUBFUN xmlSchemaParserCtxtPtr XMLCALL
142 XMLPUBFUN xmlSchemaParserCtxtPtr XMLCALL
145 xmlSchemaFreeParserCtxt (xmlSchemaParserCtxtPtr ctxt);
147 xmlSchemaSetParserErrors (xmlSchemaParserCtxtPtr ctxt,
152 xmlSchemaSetParserStructuredErrors(xmlSchemaParserCtxtPtr ctxt,
156 xmlSchemaGetParserErrors(xmlSchemaParserCtxtPtr ctxt,
164 xmlSchemaParse (xmlSchemaParserCtxtPtr ctxt);

Completed in 33 milliseconds