mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-23 15:01:05 +03:00
final error handling cleanup converted XInclude to the new error handling
* xmlIO.c: final error handling cleanup * xinclude.c error.c: converted XInclude to the new error handling * include/libxml/xmlerror.h: added XInclude errors Daniel
This commit is contained in:
@ -108,6 +108,7 @@ createDocParserCtxt()
|
||||
initParser()
|
||||
keepBlanksDefault()
|
||||
lineNumbersDefault()
|
||||
newParserCtxt()
|
||||
parseDTD()
|
||||
parseDoc()
|
||||
parseEntity()
|
||||
@ -143,7 +144,6 @@ isLetter()
|
||||
isPubidChar()
|
||||
namePop()
|
||||
namePush()
|
||||
newParserCtxt()
|
||||
nodePop()
|
||||
nodePush()
|
||||
|
||||
@ -754,6 +754,7 @@ Class xpathParserContext()
|
||||
xpathCountFunction()
|
||||
xpathDivValues()
|
||||
xpathEqualValues()
|
||||
xpathErr()
|
||||
xpathEvalExpr()
|
||||
xpathFalseFunction()
|
||||
xpathFloorFunction()
|
||||
@ -849,6 +850,7 @@ Class parserCtxt(parserCtxtCore)
|
||||
|
||||
# functions from module parserInternals
|
||||
decodeEntities()
|
||||
errMemory()
|
||||
handleEntity()
|
||||
namespaceParseNCName()
|
||||
namespaceParseNSDef()
|
||||
|
Reference in New Issue
Block a user