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:
33
docs/dist/html/ixml/ixmlNode_setNodeValue.html
vendored
Normal file
33
docs/dist/html/ixml/ixmlNode_setNodeValue.html
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>EXPORT_SPEC int ixmlNode_setNodeValue</TITLE>
|
||||
<META NAME="GENERATOR" CONTENT="DOC++ 3.4.10">
|
||||
</HEAD>
|
||||
<BODY BGCOLOR="#ffffff">
|
||||
|
||||
<H2>EXPORT_SPEC int <A HREF="#DOC.DOCU">ixmlNode_setNodeValue</A></H2><H2>(IXML_Node* nodeptr,<BR> char* newNodeValue )</H2><BLOCKQUOTE>Assigns a new value to a <B>Node</B>.</BLOCKQUOTE>
|
||||
|
||||
<A NAME="DOC.DOCU"></A>
|
||||
<HR>
|
||||
<H2>Documentation</H2>
|
||||
<BLOCKQUOTE>Assigns a new value to a <B>Node</B>. The <B>newNodeValue</B> string is
|
||||
duplicated and stored in the <B>Node</B> so that the original does not
|
||||
have to persist past this call.
|
||||
|
||||
<P></BLOCKQUOTE>
|
||||
<DL><DT><DT><B>Parameters:</B><DD><B>nodeptr</B> - The <B>Node</B> to which to assign a new value.
|
||||
<BR><B>newNodeValue</B> - The new value of the <B>Node</B>. <BR><DT><B>Returns:</B><DD> [int] An integer representing one of the following:
|
||||
<UL>
|
||||
<LI> <TT>IXML_SUCCESS</TT>: The operation completed successfully.
|
||||
<LI> <TT>IXML_INVALID_PARAMETER</TT>: The <B>Node*</B> is not a valid
|
||||
pointer.
|
||||
<LI> <TT>IXML_INSUFFICIENT_MEMORY</TT>: Not enough free memory exists
|
||||
to complete this operation.
|
||||
</UL>
|
||||
<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