Include prebuilt documentation (html,pdf), dropping doc++ dependancy.
git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@45 119443c7-1b9e-41f8-b6fc-b9c35fce742c
This commit is contained in:
28
docs/dist/html/ixml/ixmlNode_cloneNode.html
vendored
Normal file
28
docs/dist/html/ixml/ixmlNode_cloneNode.html
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>EXPORT_SPEC IXML_Node* ixmlNode_cloneNode</TITLE>
|
||||
<META NAME="GENERATOR" CONTENT="DOC++ 3.4.10">
|
||||
</HEAD>
|
||||
<BODY BGCOLOR="#ffffff">
|
||||
|
||||
<H2>EXPORT_SPEC IXML_Node* <A HREF="#DOC.DOCU">ixmlNode_cloneNode</A></H2><H2>(IXML_Node* nodeptr,<BR> <!1><A HREF="index.html#DOC.1.3">BOOL</A> deep )</H2><BLOCKQUOTE>Clones a <B>Node</B>.</BLOCKQUOTE>
|
||||
|
||||
<A NAME="DOC.DOCU"></A>
|
||||
<HR>
|
||||
<H2>Documentation</H2>
|
||||
<BLOCKQUOTE>Clones a <B>Node</B>. The new <B>Node</B> does not have a parent. The
|
||||
<B>deep</B> parameter controls whether the subtree of the <B>Node</B> is
|
||||
also cloned. For details on cloning specific types of <B>Node</B>s,
|
||||
refer to the DOM2-Core recommendation.
|
||||
|
||||
<P></BLOCKQUOTE>
|
||||
<DL><DT><DT><B>Parameters:</B><DD><B>nodeptr</B> - The <B>Node</B> to clone.
|
||||
<BR><B>deep</B> - <TT>TRUE</TT> to clone the subtree also or <TT>FALSE</TT>
|
||||
to clone only <B>nodeptr</B>. <BR><DT><B>Returns:</B><DD> [Node*] A clone of <B>nodeptr</B> or <TT>NULL</TT>.
|
||||
<BR><DD></DL><P><P><I><A HREF="index.html">Alphabetic index</A></I></P><HR>
|
||||
<BR>
|
||||
This page was generated with the help of <A HREF="http://docpp.sourceforge.net">DOC++</A>.
|
||||
</BODY>
|
||||
</HTML>
|
Reference in New Issue
Block a user