HomeSort by relevance Sort by last modified time
    Searched defs:xmlSchematronParserCtxtPtr (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libxml/src/include/libxml/
schematron.h 64 typedef xmlSchematronParserCtxt *xmlSchematronParserCtxtPtr;
72 XMLPUBFUN xmlSchematronParserCtxtPtr XMLCALL
74 XMLPUBFUN xmlSchematronParserCtxtPtr XMLCALL
77 XMLPUBFUN xmlSchematronParserCtxtPtr XMLCALL
80 xmlSchematronFreeParserCtxt (xmlSchematronParserCtxtPtr ctxt);
83 xmlSchematronSetParserErrors(xmlSchematronParserCtxtPtr ctxt,
88 xmlSchematronGetParserErrors(xmlSchematronParserCtxtPtr ctxt,
96 xmlSchematronParse (xmlSchematronParserCtxtPtr ctxt);
  /external/libxml2/include/libxml/
schematron.h 64 typedef xmlSchematronParserCtxt *xmlSchematronParserCtxtPtr;
72 XMLPUBFUN xmlSchematronParserCtxtPtr XMLCALL
74 XMLPUBFUN xmlSchematronParserCtxtPtr XMLCALL
77 XMLPUBFUN xmlSchematronParserCtxtPtr XMLCALL
80 xmlSchematronFreeParserCtxt (xmlSchematronParserCtxtPtr ctxt);
83 xmlSchematronSetParserErrors(xmlSchematronParserCtxtPtr ctxt,
88 xmlSchematronGetParserErrors(xmlSchematronParserCtxtPtr ctxt,
96 xmlSchematronParse (xmlSchematronParserCtxtPtr ctxt);

Completed in 33 milliseconds