1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-24 13:33:01 +03:00

hardened the addChild function added accessors needed for xmlNode, a bit

* tree.c: hardened the addChild function
* python/generator.py python/libxml.c python/libxml2-python-api.xml
  python/libxml2class.txt python/libxml_wrap.h python/TODO:
  added accessors needed for xmlNode, a bit more testing and
  extension of interfaces
* python/tests/Makefile.am python/tests/build.py: added a test
  build from scratch/save/load/check
Daniel
This commit is contained in:
Daniel Veillard
2002-02-04 00:17:01 +00:00
parent 4e1b26cfeb
commit 36eea2d2ee
9 changed files with 178 additions and 11 deletions

View File

@@ -155,6 +155,9 @@ checkVersion()
Class xmlNode(xmlCore)
# accessors
ns()
nsDefs()
# functions from module debugXML
lsCountNode()