mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
preparing 2.4.16 updated and rebuilt the docs, rebuilt the API and web
* configure.in include/libxml/xmlwin32version.h: preparing 2.4.16 * doc/* python/libxml2class.txt: updated and rebuilt the docs, rebuilt the API and web site * xpath.c: fixed #71978 portability bugs Daniel
This commit is contained in:
@ -78,8 +78,6 @@ nanoHTTPScanProxy()
|
||||
# functions from module parser
|
||||
cleanupParser()
|
||||
createDocParserCtxt()
|
||||
defaultSAXHandlerInit()
|
||||
htmlDefaultSAXHandlerInit()
|
||||
initParser()
|
||||
keepBlanksDefault()
|
||||
lineNumbersDefault()
|
||||
@ -329,7 +327,7 @@ Class xmlDoc(xmlNode)
|
||||
# functions from module xinclude
|
||||
xincludeProcess()
|
||||
|
||||
# functions from module xpathInternals
|
||||
# functions from module xpath
|
||||
xpathNewContext()
|
||||
|
||||
|
||||
@ -434,6 +432,7 @@ Class parserCtxt()
|
||||
|
||||
# functions from module parser
|
||||
clearParserCtxt()
|
||||
freeParserCtxt()
|
||||
initParserCtxt()
|
||||
parseChunk()
|
||||
parseDocument()
|
||||
@ -442,7 +441,6 @@ Class parserCtxt()
|
||||
|
||||
# functions from module parserInternals
|
||||
decodeEntities()
|
||||
freeParserCtxt()
|
||||
namespaceParseNCName()
|
||||
namespaceParseNSDef()
|
||||
nextChar()
|
||||
@ -523,9 +521,9 @@ Class xpathContext()
|
||||
# functions from module xpath
|
||||
xpathEval()
|
||||
xpathEvalExpression()
|
||||
xpathFreeContext()
|
||||
|
||||
# functions from module xpathInternals
|
||||
xpathFreeContext()
|
||||
xpathNewParserContext()
|
||||
xpathNsLookup()
|
||||
xpathRegisterAllFunctions()
|
||||
|
Reference in New Issue
Block a user