aboutsummaryrefslogtreecommitdiffstats
path: root/win32/libxml2.def.src
diff options
context:
space:
mode:
Diffstat (limited to 'win32/libxml2.def.src')
-rw-r--r--win32/libxml2.def.src24
1 files changed, 24 insertions, 0 deletions
diff --git a/win32/libxml2.def.src b/win32/libxml2.def.src
index 5023927d..1c7a1934 100644
--- a/win32/libxml2.def.src
+++ b/win32/libxml2.def.src
@@ -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