OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlSchematronParserCtxtPtr
(Results
1 - 7
of
7
) 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);
/external/chromium_org/third_party/libxml/src/
schematron.c
226
xmlSchematronPErrMemory(
xmlSchematronParserCtxtPtr
ctxt,
247
xmlSchematronPErr(
xmlSchematronParserCtxtPtr
ctxt, xmlNodePtr node, int error,
305
xmlSchematronAddTest(
xmlSchematronParserCtxtPtr
ctxt,
389
xmlSchematronAddRule(
xmlSchematronParserCtxtPtr
ctxt, xmlSchematronPtr schema,
482
xmlSchematronAddPattern(
xmlSchematronParserCtxtPtr
ctxt,
538
xmlSchematronNewSchematron(
xmlSchematronParserCtxtPtr
ctxt)
587
xmlSchematronParserCtxtPtr
590
xmlSchematronParserCtxtPtr
ret;
596
(
xmlSchematronParserCtxtPtr
)
629
xmlSchematronParserCtxtPtr
[
all
...]
xmllint.c
[
all
...]
testapi.c
[
all
...]
/external/libxml2/
schematron.c
226
xmlSchematronPErrMemory(
xmlSchematronParserCtxtPtr
ctxt,
247
xmlSchematronPErr(
xmlSchematronParserCtxtPtr
ctxt, xmlNodePtr node, int error,
305
xmlSchematronAddTest(
xmlSchematronParserCtxtPtr
ctxt,
389
xmlSchematronAddRule(
xmlSchematronParserCtxtPtr
ctxt, xmlSchematronPtr schema,
482
xmlSchematronAddPattern(
xmlSchematronParserCtxtPtr
ctxt,
538
xmlSchematronNewSchematron(
xmlSchematronParserCtxtPtr
ctxt)
587
xmlSchematronParserCtxtPtr
590
xmlSchematronParserCtxtPtr
ret;
596
(
xmlSchematronParserCtxtPtr
)
629
xmlSchematronParserCtxtPtr
[
all
...]
xmllint.c
[
all
...]
Completed in 47 milliseconds