2006-01-31 16:15:41 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2007-12-23 22:07:32 +00:00
|
|
|
<!-- $Revision: 1.6 $ -->
|
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<reference xml:id="ref.xmlwriter" xmlns="http://docbook.org/ns/docbook">
|
2007-12-23 22:07:32 +00:00
|
|
|
<title>XMLWriter &Functions;</title>
|
2006-01-31 16:15:41 +00:00
|
|
|
|
|
|
|
<partintro>
|
|
|
|
|
2007-12-23 22:07:32 +00:00
|
|
|
<!-- FIXME: More classess needing markup upgrade -->
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id='xmlwriter.classes'>
|
2007-01-01 15:23:53 +00:00
|
|
|
&reftitle.classes;
|
|
|
|
<para>
|
|
|
|
</para>
|
2006-01-31 16:15:41 +00:00
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id='xmlwriter.class.xmlwriter'>
|
2007-01-01 15:23:53 +00:00
|
|
|
<title><classname>XMLWriter</classname></title>
|
|
|
|
<para>
|
|
|
|
</para>
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id='xmlreader.class.xmlwriter.methods'>
|
2007-01-01 15:23:53 +00:00
|
|
|
&reftitle.methods;
|
|
|
|
<itemizedlist>
|
|
|
|
<listitem>
|
|
|
|
<para><xref linkend="function.xmlwriter-end-attribute" /> - End attribute</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para><xref linkend="function.xmlwriter-end-cdata" /> - End current CDATA</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para><xref linkend="function.xmlwriter-end-comment" /> - Create end comment</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para><xref linkend="function.xmlwriter-end-document" /> - End current document</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para><xref linkend="function.xmlwriter-end-dtd-attlist" /> - End current DTD AttList</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para><xref linkend="function.xmlwriter-end-dtd-element" /> - End current DTD element</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para><xref linkend="function.xmlwriter-end-dtd-entity" /> - End current DTD Entity</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para><xref linkend="function.xmlwriter-end-dtd" /> - End current DTD</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para><xref linkend="function.xmlwriter-end-element" /> - End current element</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para><xref linkend="function.xmlwriter-end-pi" /> - End current PI</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para><xref linkend="function.xmlwriter-flush" /> - Flush current buffer</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para><xref linkend="function.xmlwriter-full-end-element" /> - End current element</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para><xref linkend="function.xmlwriter-open-memory" /> - Create new xmlwriter using memory for string output</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para><xref linkend="function.xmlwriter-open-uri" /> - Create new xmlwriter using source uri for output</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para><xref linkend="function.xmlwriter-output-memory" /> - Returns current buffer</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para><xref linkend="function.xmlwriter-set-indent-string" /> - Set string used for indenting</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para><xref linkend="function.xmlwriter-set-indent" /> - Toggle indentation on/off</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para><xref linkend="function.xmlwriter-start-attribute-ns" /> - Create start namespaced attribute</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para><xref linkend="function.xmlwriter-start-attribute" /> - Create start attribute</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para><xref linkend="function.xmlwriter-start-cdata" /> - Create start CDATA tag</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para><xref linkend="function.xmlwriter-start-comment" /> - Create start comment</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para><xref linkend="function.xmlwriter-start-document" /> - Create document tag</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para><xref linkend="function.xmlwriter-start-dtd-attlist" /> - Create start DTD AttList</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para><xref linkend="function.xmlwriter-start-dtd-element" /> - Create start DTD element</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para><xref linkend="function.xmlwriter-start-dtd-entity" /> - Create start DTD Entity</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para><xref linkend="function.xmlwriter-start-dtd" /> - Create start DTD tag</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para><xref linkend="function.xmlwriter-start-element-ns" /> - Create start namespaced element tag</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para><xref linkend="function.xmlwriter-start-element" /> - Create start element tag</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para><xref linkend="function.xmlwriter-start-pi" /> - Create start PI tag</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para><xref linkend="function.xmlwriter-text" /> - Write text</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para><xref linkend="function.xmlwriter-write-attribute-ns" /> - Write full namespaced attribute</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para><xref linkend="function.xmlwriter-write-attribute" /> - Write full attribute</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para><xref linkend="function.xmlwriter-write-cdata" /> - Write full CDATA tag</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para><xref linkend="function.xmlwriter-write-comment" /> - Write full comment tag</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para><xref linkend="function.xmlwriter-write-dtd-attlist" /> - Write full DTD AttList tag</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para><xref linkend="function.xmlwriter-write-dtd-element" /> - Write full DTD element tag</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para><xref linkend="function.xmlwriter-write-dtd-entity" /> - Write full DTD Entity tag</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para><xref linkend="function.xmlwriter-write-dtd" /> - Write full DTD tag</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para><xref linkend="function.xmlwriter-write-element-ns" /> - Write full namesapced element tag</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para><xref linkend="function.xmlwriter-write-element" /> - Write full element tag</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para><xref linkend="function.xmlwriter-write-pi" /> - Writes a PI</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para><xref linkend="function.xmlwriter-write-raw" /> - Write a raw XML text</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
</section>
|
2006-01-31 16:15:41 +00:00
|
|
|
</partintro>
|
2007-12-10 17:06:11 +00:00
|
|
|
&reference.xmlwriter.entities.functions;
|
2006-01-31 16:15:41 +00:00
|
|
|
</reference>
|
|
|
|
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
sgml-parent-document:nil
|
|
|
|
sgml-default-dtd-file:"../../../manual.ced"
|
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
|
|
|
-->
|