ebac5fe596
git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@45 119443c7-1b9e-41f8-b6fc-b9c35fce742c
34 lines
1.4 KiB
HTML
34 lines
1.4 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE>DOMString ixmlPrintNode</TITLE>
|
|
<META NAME="GENERATOR" CONTENT="DOC++ 3.4.10">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
|
|
<H2>DOMString <A HREF="#DOC.DOCU">ixmlPrintNode</A></H2><H2>(IXML_Node* doc )</H2><BLOCKQUOTE>Renders a <B>Node</B> and all sub-elements into an XML text representation.</BLOCKQUOTE>
|
|
|
|
<A NAME="DOC.DOCU"></A>
|
|
<HR>
|
|
<H2>Documentation</H2>
|
|
<BLOCKQUOTE>Renders a <B>Node</B> and all sub-elements into an XML text
|
|
representation. The caller is required to free the <B>DOMString</B>
|
|
returned from this function using <B>ixmlFreeDOMString</B> when it
|
|
is no longer required.
|
|
|
|
<P>Note that this function can be used for any <B>Node</B>-derived
|
|
interface. A similar <B>ixmlPrintDocument</B> function is defined
|
|
to avoid casting when printing whole documents. This function
|
|
introduces lots of white space to print the <B>DOMString</B> in readable
|
|
format.
|
|
|
|
<P></BLOCKQUOTE>
|
|
<DL><DT><DT><B>Parameters:</B><DD><B>doc</B> - The root of the <B>Node</B> tree to render to XML text. <BR><DT><B>Returns:</B><DD> [DOMString] A <B>DOMString</B> with the XML text representation
|
|
of the DOM tree or <TT>NULL</TT> on an error.
|
|
<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>
|