mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
added relaxng exports
This commit is contained in:
parent
f3bffaf0a4
commit
dc329b9b66
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user