Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
libxml2
Commits
c7a37e81
Commit
c7a37e81
authored
Apr 22, 2003
by
Igor Zlatkovic
Browse files
added more exports
parent
f431eb81
Changes
1
Hide whitespace changes
Inline
Side-by-side
win32/libxml2.def.src
View file @
c7a37e81
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment