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:
@ -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)
|
||||
|
Reference in New Issue
Block a user