Home
last modified time | relevance | path

Searched refs:xmlRelaxNGParserCtxtPtr (Results 1 – 5 of 5) sorted by relevance

/external/libxml2/include/libxml/
Drelaxng.h51 typedef xmlRelaxNGParserCtxt *xmlRelaxNGParserCtxtPtr; typedef
123 XMLPUBFUN xmlRelaxNGParserCtxtPtr XMLCALL
125 XMLPUBFUN xmlRelaxNGParserCtxtPtr XMLCALL
128 XMLPUBFUN xmlRelaxNGParserCtxtPtr XMLCALL
132 xmlRelaxParserSetFlag (xmlRelaxNGParserCtxtPtr ctxt,
136 xmlRelaxNGFreeParserCtxt (xmlRelaxNGParserCtxtPtr ctxt);
138 xmlRelaxNGSetParserErrors(xmlRelaxNGParserCtxtPtr ctxt,
143 xmlRelaxNGGetParserErrors(xmlRelaxNGParserCtxtPtr ctxt,
149 xmlRelaxNGParserCtxtPtr ctxt,
153 xmlRelaxNGParse (xmlRelaxNGParserCtxtPtr ctxt);
/external/libxml2/
Drelaxng.c436 xmlRngPErrMemory(xmlRelaxNGParserCtxtPtr ctxt, const char *extra) in xmlRngPErrMemory()
510 xmlRngPErr(xmlRelaxNGParserCtxtPtr ctxt, xmlNodePtr node, int error, in xmlRngPErr()
759 xmlRelaxNGNewRelaxNG(xmlRelaxNGParserCtxtPtr ctxt) in xmlRelaxNGNewRelaxNG()
838 xmlRelaxNGNewGrammar(xmlRelaxNGParserCtxtPtr ctxt) in xmlRelaxNGNewGrammar()
890 xmlRelaxNGNewDefine(xmlRelaxNGParserCtxtPtr ctxt, xmlNodePtr node) in xmlRelaxNGNewDefine()
1416 xmlRelaxParserSetFlag(xmlRelaxNGParserCtxtPtr ctxt, int flags) in xmlRelaxParserSetFlag()
1436 static xmlDocPtr xmlRelaxNGCleanupDoc(xmlRelaxNGParserCtxtPtr ctxt,
1449 xmlRelaxNGIncludePush(xmlRelaxNGParserCtxtPtr ctxt, in xmlRelaxNGIncludePush()
1488 xmlRelaxNGIncludePop(xmlRelaxNGParserCtxtPtr ctxt) in xmlRelaxNGIncludePop()
1516 xmlRelaxNGRemoveRedefine(xmlRelaxNGParserCtxtPtr ctxt, in xmlRelaxNGRemoveRedefine()
[all …]
DdebugXML.c2356 xmlRelaxNGParserCtxtPtr ctxt; in xmlShellRNGValidate()
Dxmllint.c3554 xmlRelaxNGParserCtxtPtr ctxt; in main()
Dxmlreader.c4230 xmlRelaxNGParserCtxtPtr ctxt; in xmlTextReaderRelaxNGValidate()