1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-22 04:01:59 +03:00

preparing 2.4.23 rebuilt the docs Daniel

* configure.in: preparing 2.4.23
* doc/*: rebuilt the docs
Daniel
This commit is contained in:
Daniel Veillard
2002-07-06 19:55:14 +00:00
parent 176d99f400
commit 539638ba23
36 changed files with 6246 additions and 4156 deletions

View File

@ -214,6 +214,7 @@ Class xmlNode(xmlCore)
newChild()
newNs()
newNsProp()
newNsPropEatName()
newProp()
newTextChild()
nodePath()
@ -305,6 +306,7 @@ Class xmlDoc(xmlNode)
docCompressMode()
dump()
elemDump()
formatDump()
freeDoc()
getRootElement()
intSubset()
@ -313,6 +315,7 @@ Class xmlDoc(xmlNode)
newDocComment()
newDocFragment()
newDocNode()
newDocNodeEatName()
newDocProp()
newDocRawNode()
newDocText()
@ -351,6 +354,10 @@ Class xmlNs(xmlNode)
copyNamespaceList()
freeNs()
freeNsList()
newNodeEatName()
# functions from module xpathInternals
xpathNodeSetFreeNs()
Class xmlDtd(xmlNode)