HomeSort by relevance Sort by last modified time
    Searched full:schematron (Results 1 - 8 of 8) sorted by null

  /external/libxml2/include/libxml/
schematron.h 3 * Description: interface to the XML Schematron validity checking.
46 * Signature of an error callback from a Schematron validation
56 * Signature of a warning callback from a Schematron validation
xmlversion.h 364 * Whether the Schematron validation interfaces are compiled in
xmlerror.h 65 XML_FROM_SCHEMATRONV /* The Schematron validator module */
    [all...]
  /libcore/luni/src/main/java/javax/xml/validation/
package.html 25 <li><strong><a href="http://www.schematron.com/">Schematron</a></strong> - a rules-based XML schema
27 Schematron is designed to enforce individual rules that are difficult or impossible to express
28 with other schema languages. Schematron is intended to supplement a schema written in
29 structural schema language such as the aforementioned. Schematron is in the process
  /external/libxml2/
schematron.c 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 */
300 * Add a test to a schematron
384 * Add a rule to a schematron
477 * Add a pattern to a schematron
533 * Allocate a new Schematron structure
    [all...]
Android.mk 49 schematron.c
xmllint.c 89 #include <libxml/schematron.h>
154 static char * schematron = NULL; variable
    [all...]
elfgcchack.h 39 #include "libxml/schematron.h"
    [all...]

Completed in 348 milliseconds