added relaxng exports

This commit is contained in:
Igor Zlatkovic 2003-02-08 17:54:08 +00:00
parent f3bffaf0a4
commit dc329b9b66

View File

@ -702,6 +702,30 @@ xmlCleanupPredefinedEntities
/* Specific function to keep track of entities references and used by the XSLT debugger. */
xmlSetEntityReferenceFunc
/* relaxng.h
--------------------------------------------------------------------- */
#ifdef LIBXML_SCHEMAS_ENABLED
/* Interfaces for parsing. */
xmlRelaxNGNewParserCtxt
xmlRelaxNGNewMemParserCtxt
xmlRelaxNGFreeParserCtxt
xmlRelaxNGSetParserErrors
xmlRelaxNGParse
xmlRelaxNGFree
xmlRelaxNGDump
/* Interfaces for validating */
xmlRelaxNGSetValidErrors
xmlRelaxNGNewValidCtxt
xmlRelaxNGFreeValidCtxt
xmlRelaxNGValidateDoc
/* not existent in the source */
/*xmlRelaxNGValidateStream*/
xmlRelaxNGCleanupTypes
#endif /* LIBXML_SCHEMAS_ENABLED */
/* SAX.h
--------------------------------------------------------------------- */
getPublicId