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

/external/libxml2/include/libxml/
H A Dxmlschemas.h111 typedef xmlSchemaParserCtxt *xmlSchemaParserCtxtPtr; typedef
119 XMLPUBFUN xmlSchemaParserCtxtPtr XMLCALL
121 XMLPUBFUN xmlSchemaParserCtxtPtr XMLCALL
124 XMLPUBFUN xmlSchemaParserCtxtPtr XMLCALL
127 xmlSchemaFreeParserCtxt (xmlSchemaParserCtxtPtr ctxt);
129 xmlSchemaSetParserErrors (xmlSchemaParserCtxtPtr ctxt,
134 xmlSchemaSetParserStructuredErrors(xmlSchemaParserCtxtPtr ctxt,
138 xmlSchemaGetParserErrors(xmlSchemaParserCtxtPtr ctxt,
146 xmlSchemaParse (xmlSchemaParserCtxtPtr ctxt);

Completed in 155 milliseconds