mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
Added the xmlDOMWrapCloneNode() to the header file.
* include/libxml/tree.h: Added the xmlDOMWrapCloneNode() to the header file.
This commit is contained in:
parent
cab801b163
commit
a81d9199c6
@ -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>
|
Fri Feb 3 17:29:22 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
|
||||||
|
|
||||||
* tree.c: Added an initial version of xmlDOMWrapCloneNode() to
|
* tree.c: Added an initial version of xmlDOMWrapCloneNode() to
|
||||||
|
@ -1142,6 +1142,15 @@ XMLPUBFUN int XMLCALL
|
|||||||
xmlDocPtr doc,
|
xmlDocPtr doc,
|
||||||
xmlNodePtr node,
|
xmlNodePtr node,
|
||||||
int options);
|
int options);
|
||||||
|
XMLPUBFUN int XMLCALL
|
||||||
|
xmlDOMWrapCloneNode (xmlDOMWrapCtxtPtr ctxt,
|
||||||
|
xmlDocPtr sourceDoc,
|
||||||
|
xmlNodePtr node,
|
||||||
|
xmlNodePtr *clonedNode,
|
||||||
|
xmlDocPtr destDoc,
|
||||||
|
xmlNodePtr destParent,
|
||||||
|
int deep,
|
||||||
|
int options);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user