mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
applied a patch from Stphane Bidoul to allow per XMLtextReader error and
* xmlreader.c include/libxml/xmlreader.h python/generator.py python/libxml.c python/libxml.py win32/libxml2.def.src: applied a patch from Stphane Bidoul to allow per XMLtextReader error and warning handling * python/tests/Makefile.am python/tests/readererr.py: adding the specific regression test Daniel
This commit is contained in:
@@ -558,7 +558,9 @@ Class xmlAttr(xmlNode)
|
||||
freeProp()
|
||||
freePropList()
|
||||
removeProp()
|
||||
Class xmlTextReader()
|
||||
|
||||
|
||||
Class xmlTextReader(xmlTextReaderCore)
|
||||
|
||||
# functions from module xmlreader
|
||||
AttributeCount()
|
||||
@@ -599,7 +601,6 @@ Class xmlTextReader()
|
||||
SetParserProp()
|
||||
Value()
|
||||
XmlLang()
|
||||
freeTextReader()
|
||||
Class xmlReg()
|
||||
|
||||
# functions from module xmlregexp
|
||||
|
Reference in New Issue
Block a user