Diff for /embedaddon/libxml2/include/libxml/schematron.h between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:37:58 version 1.1.1.2, 2014/06/15 19:53:38
Line 69  typedef xmlSchematronValidCtxt *xmlSchematronValidCtxt Line 69  typedef xmlSchematronValidCtxt *xmlSchematronValidCtxt
 /*  /*
  * Interfaces for parsing.   * Interfaces for parsing.
  */   */
XMLPUBFUN xmlSchematronParserCtxtPtr XMLCALL XMLPUBFUN xmlSchematronParserCtxtPtr XMLCALL
             xmlSchematronNewParserCtxt  (const char *URL);              xmlSchematronNewParserCtxt  (const char *URL);
XMLPUBFUN xmlSchematronParserCtxtPtr XMLCALL XMLPUBFUN xmlSchematronParserCtxtPtr XMLCALL
             xmlSchematronNewMemParserCtxt(const char *buffer,              xmlSchematronNewMemParserCtxt(const char *buffer,
                                          int size);                                           int size);
 XMLPUBFUN xmlSchematronParserCtxtPtr XMLCALL  XMLPUBFUN xmlSchematronParserCtxtPtr XMLCALL
             xmlSchematronNewDocParserCtxt(xmlDocPtr doc);              xmlSchematronNewDocParserCtxt(xmlDocPtr doc);
XMLPUBFUN void XMLCALL          XMLPUBFUN void XMLCALL
             xmlSchematronFreeParserCtxt (xmlSchematronParserCtxtPtr ctxt);              xmlSchematronFreeParserCtxt (xmlSchematronParserCtxtPtr ctxt);
 /*****  /*****
XMLPUBFUN void XMLCALL          XMLPUBFUN void XMLCALL
             xmlSchematronSetParserErrors(xmlSchematronParserCtxtPtr ctxt,              xmlSchematronSetParserErrors(xmlSchematronParserCtxtPtr ctxt,
                                          xmlSchematronValidityErrorFunc err,                                           xmlSchematronValidityErrorFunc err,
                                          xmlSchematronValidityWarningFunc warn,                                           xmlSchematronValidityWarningFunc warn,
Line 92  XMLPUBFUN int XMLCALL Line 92  XMLPUBFUN int XMLCALL
 XMLPUBFUN int XMLCALL  XMLPUBFUN int XMLCALL
                 xmlSchematronIsValid    (xmlSchematronValidCtxtPtr ctxt);                  xmlSchematronIsValid    (xmlSchematronValidCtxtPtr ctxt);
  *****/   *****/
XMLPUBFUN xmlSchematronPtr XMLCALL      XMLPUBFUN xmlSchematronPtr XMLCALL
             xmlSchematronParse          (xmlSchematronParserCtxtPtr ctxt);              xmlSchematronParse          (xmlSchematronParserCtxtPtr ctxt);
XMLPUBFUN void XMLCALL          XMLPUBFUN void XMLCALL
             xmlSchematronFree           (xmlSchematronPtr schema);              xmlSchematronFree           (xmlSchematronPtr schema);
 /*  /*
  * Interfaces for validating   * Interfaces for validating
Line 105  XMLPUBFUN void XMLCALL Line 105  XMLPUBFUN void XMLCALL
                                           xmlStructuredErrorFunc serror,                                            xmlStructuredErrorFunc serror,
                                           void *ctx);                                            void *ctx);
 /******  /******
XMLPUBFUN void XMLCALL          XMLPUBFUN void XMLCALL
             xmlSchematronSetValidErrors (xmlSchematronValidCtxtPtr ctxt,              xmlSchematronSetValidErrors (xmlSchematronValidCtxtPtr ctxt,
                                          xmlSchematronValidityErrorFunc err,                                           xmlSchematronValidityErrorFunc err,
                                          xmlSchematronValidityWarningFunc warn,                                           xmlSchematronValidityWarningFunc warn,
Line 125  XMLPUBFUN int XMLCALL Line 125  XMLPUBFUN int XMLCALL
                                          xmlNodePtr elem);                                           xmlNodePtr elem);
  *******/   *******/
   
XMLPUBFUN xmlSchematronValidCtxtPtr XMLCALL     XMLPUBFUN xmlSchematronValidCtxtPtr XMLCALL
             xmlSchematronNewValidCtxt   (xmlSchematronPtr schema,              xmlSchematronNewValidCtxt   (xmlSchematronPtr schema,
                                         int options);                                         int options);
XMLPUBFUN void XMLCALL                  XMLPUBFUN void XMLCALL
             xmlSchematronFreeValidCtxt  (xmlSchematronValidCtxtPtr ctxt);              xmlSchematronFreeValidCtxt  (xmlSchematronValidCtxtPtr ctxt);
XMLPUBFUN int XMLCALL                   XMLPUBFUN int XMLCALL
             xmlSchematronValidateDoc    (xmlSchematronValidCtxtPtr ctxt,              xmlSchematronValidateDoc    (xmlSchematronValidCtxtPtr ctxt,
                                          xmlDocPtr instance);                                           xmlDocPtr instance);
   

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>