mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-11 21:41:53 +03:00
another patch from Brent Hendricks to add new handlers with the various
* python/generator.py python/libxml.py: another patch from Brent Hendricks to add new handlers with the various validity contexts * python/tests/Makefile.am python/tests/validDTD.py python/tests/validRNG.py python/tests/validSchemas.py: also added the regression tests he provided Daniel
This commit is contained in:
@ -747,6 +747,9 @@ classes_ancestor = {
|
||||
"inputBuffer": "ioReadWrapper",
|
||||
"parserCtxt": "parserCtxtCore",
|
||||
"xmlTextReader": "xmlTextReaderCore",
|
||||
"ValidCtxt": "ValidCtxtCore",
|
||||
"SchemaValidCtxt": "SchemaValidCtxtCore",
|
||||
"relaxNgValidCtxt": "relaxNgValidCtxtCore",
|
||||
}
|
||||
classes_destructors = {
|
||||
"parserCtxt": "xmlFreeParserCtxt",
|
||||
|
Reference in New Issue
Block a user