diff options
author | Igor Zlatkovic <igor@src.gnome.org> | 2003-04-22 12:00:14 +0000 |
---|---|---|
committer | Igor Zlatkovic <igor@src.gnome.org> | 2003-04-22 12:00:14 +0000 |
commit | c7a37e814a905b7740a97aac4d25e1d18926668c (patch) | |
tree | 5f58b80e83b641281d769444c49ce7c40f8019cd /win32 | |
parent | f431eb81441e79971084e0cb39dab1dd97a0496f (diff) | |
download | libxml2-c7a37e814a905b7740a97aac4d25e1d18926668c.tar.gz |
added more exports
Diffstat (limited to 'win32')
-rw-r--r-- | win32/libxml2.def.src | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/win32/libxml2.def.src b/win32/libxml2.def.src index 27d8a938..36658bca 100644 --- a/win32/libxml2.def.src +++ b/win32/libxml2.def.src @@ -709,13 +709,13 @@ xmlCleanupPredefinedEntities /* Interfaces for parsing. */ xmlRelaxNGNewParserCtxt xmlRelaxNGNewMemParserCtxt + xmlRelaxNGNewDocParserCtxt xmlRelaxNGFreeParserCtxt xmlRelaxNGSetParserErrors xmlRelaxNGParse xmlRelaxNGFree xmlRelaxNGDump - xmlRelaxNGDumpTree - + xmlRelaxNGDumpTree /* Interfaces for validating */ xmlRelaxNGSetValidErrors xmlRelaxNGNewValidCtxt @@ -724,6 +724,11 @@ xmlCleanupPredefinedEntities /* not existent in the source */ /*xmlRelaxNGValidateStream*/ xmlRelaxNGCleanupTypes + /* Interfaces for progressive validation when possible */ + xmlRelaxNGValidatePushElement + xmlRelaxNGValidatePushCData + xmlRelaxNGValidatePopElement + xmlRelaxNGValidateFullElement #endif /* LIBXML_SCHEMAS_ENABLED */ @@ -1244,12 +1249,19 @@ xmlCleanupPredefinedEntities xmlTextReaderGetParserProp xmlTextReaderCurrentNode xmlTextReaderCurrentDoc + xmlTextReaderExpand + xmlTextReaderNext + xmlTextReaderIsValid + #ifdef LIBXML_SCHEMAS_ENABLED + xmlTextReaderRelaxNGValidate + xmlTextReaderRelaxNGSetSchema + #endif /* LIBXML_SCHEMAS_ENABLED */ /* Error handling extensions */ - xmlTextReaderSetErrorHandler - xmlTextReaderGetErrorHandler xmlTextReaderLocatorLineNumber /*xmlTextReaderLocatorLinePosition*/ xmlTextReaderLocatorBaseURI + xmlTextReaderSetErrorHandler + xmlTextReaderGetErrorHandler |