1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-10 08:58:16 +03:00

Added the xmlDOMWrapCloneNode() to the header file.

* include/libxml/tree.h: Added the xmlDOMWrapCloneNode() to
  the header file.
This commit is contained in:
Kasimier T. Buchcik 2006-02-03 16:37:44 +00:00
parent cab801b163
commit a81d9199c6
2 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Fri Feb 3 17:36:41 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
* include/libxml/tree.h: Added the xmlDOMWrapCloneNode() to
the header file.
Fri Feb 3 17:29:22 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
* tree.c: Added an initial version of xmlDOMWrapCloneNode() to

View File

@ -1142,6 +1142,15 @@ XMLPUBFUN int XMLCALL
xmlDocPtr doc,
xmlNodePtr node,
int options);
XMLPUBFUN int XMLCALL
xmlDOMWrapCloneNode (xmlDOMWrapCtxtPtr ctxt,
xmlDocPtr sourceDoc,
xmlNodePtr node,
xmlNodePtr *clonedNode,
xmlDocPtr destDoc,
xmlNodePtr destParent,
int deep,
int options);
#ifdef __cplusplus
}