HomeSort by relevance Sort by last modified time
    Searched refs:xmlSchematronPtr (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/libxml/src/include/libxml/
schematron.h 38 typedef xmlSchematron *xmlSchematronPtr;
95 XMLPUBFUN xmlSchematronPtr XMLCALL
98 xmlSchematronFree (xmlSchematronPtr schema);
129 xmlSchematronNewValidCtxt (xmlSchematronPtr schema,
  /external/libxml2/include/libxml/
schematron.h 38 typedef xmlSchematron *xmlSchematronPtr;
95 XMLPUBFUN xmlSchematronPtr XMLCALL
98 xmlSchematronFree (xmlSchematronPtr schema);
129 xmlSchematronNewValidCtxt (xmlSchematronPtr schema,
  /external/chromium_org/third_party/libxml/src/
schematron.c 163 xmlSchematronPtr schema;
192 xmlSchematronPtr schema;
389 xmlSchematronAddRule(xmlSchematronParserCtxtPtr ctxt, xmlSchematronPtr schema,
483 xmlSchematronPtr schema, xmlNodePtr node, xmlChar *name)
537 static xmlSchematronPtr
540 xmlSchematronPtr ret;
542 ret = (xmlSchematronPtr) xmlMalloc(sizeof(xmlSchematron));
561 xmlSchematronFree(xmlSchematronPtr schema)
1074 xmlSchematronPtr
1077 xmlSchematronPtr ret = NULL
    [all...]
xmllint.c 156 static xmlSchematronPtr wxschematron = NULL;
    [all...]
testapi.c     [all...]
  /external/libxml2/
schematron.c 163 xmlSchematronPtr schema;
192 xmlSchematronPtr schema;
389 xmlSchematronAddRule(xmlSchematronParserCtxtPtr ctxt, xmlSchematronPtr schema,
483 xmlSchematronPtr schema, xmlNodePtr node, xmlChar *name)
537 static xmlSchematronPtr
540 xmlSchematronPtr ret;
542 ret = (xmlSchematronPtr) xmlMalloc(sizeof(xmlSchematron));
561 xmlSchematronFree(xmlSchematronPtr schema)
1074 xmlSchematronPtr
1077 xmlSchematronPtr ret = NULL
    [all...]
xmllint.c 157 static xmlSchematronPtr wxschematron = NULL;
    [all...]

Completed in 141 milliseconds