Home | History | Annotate | Download | only in libxml2

Lines Matching full:schematron

2  * schematron.c : implementation of the Schematron schema validity checking
35 #include <libxml/schematron.h>
39 #define SCT_OLD_NS BAD_CAST "http://www.ascc.net/xml/schematron"
41 #define XML_SCHEMATRON_NS BAD_CAST "http://purl.oclc.org/dsdl/schematron"
133 int flags; /* specific to this schematron */
302 * Add a test to a schematron
386 * Add a rule to a schematron
479 * Add a pattern to a schematron
535 * Allocate a new Schematron structure.
560 * Deallocate a Schematron structure.
1073 * Returns the internal XML Schematron structure built from the resource or
1129 * Then extract the root and Schematron parse it
1145 "The XML document '%s' is not a XML schematron document",
1208 "The schematron document '%s' has no pattern",
1477 * @ctxt: a Schematron validation context
1660 * Validate a tree instance against the schematron
1754 fprintf(stderr, "failed to build schematron parser\n");
1758 fprintf(stderr, "failed to compile schematron\n");
1770 fprintf(stderr, "failed to build schematron validator\n");