<?xml version="1.0" encoding="utf-8"?> <!-- $Revision$ --> <!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. --> <refentry xml:id="function.xmlwriter-write-attribute-ns" xmlns="http://docbook.org/ns/docbook"> <refnamediv> <refname>XMLWriter::writeAttributeNS</refname> <refname>xmlwriter_write_attribute_ns</refname> <refpurpose>Write full namespaced attribute</refpurpose> </refnamediv> <refsect1 role="description"> &reftitle.description; <para>&style.oop;</para> <methodsynopsis> <type>bool</type><methodname>XMLWriter::writeAttributeNS</methodname> <methodparam><type>string</type><parameter>prefix</parameter></methodparam> <methodparam><type>string</type><parameter>name</parameter></methodparam> <methodparam><type>string</type><parameter>uri</parameter></methodparam> <methodparam><type>string</type><parameter>content</parameter></methodparam> </methodsynopsis> <para>&style.procedural;</para> <methodsynopsis> <type>bool</type><methodname>xmlwriter_write_attribute_ns</methodname> <methodparam><type>resource</type><parameter>xmlwriter</parameter></methodparam> <methodparam><type>string</type><parameter>prefix</parameter></methodparam> <methodparam><type>string</type><parameter>name</parameter></methodparam> <methodparam><type>string</type><parameter>uri</parameter></methodparam> <methodparam><type>string</type><parameter>content</parameter></methodparam> </methodsynopsis> <para> Writes a full namespaced attribute. </para> </refsect1> <refsect1 role="parameters"> &reftitle.parameters; <para> <variablelist> &xmlwriter.xmlwriter.description; <varlistentry> <term><parameter>prefix</parameter></term> <listitem> <para> The namespace prefix. </para> </listitem> </varlistentry> <varlistentry> <term><parameter>name</parameter></term> <listitem> <para> The attribute name. </para> </listitem> </varlistentry> <varlistentry> <term><parameter>uri</parameter></term> <listitem> <para> The namespace URI. </para> </listitem> </varlistentry> <varlistentry> <term><parameter>content</parameter></term> <listitem> <para> The attribute value. </para> </listitem> </varlistentry> </variablelist> </para> </refsect1> <refsect1 role="returnvalues"> &reftitle.returnvalues; <para> &return.success; </para> </refsect1> <refsect1 role="seealso"> &reftitle.seealso; <para> <simplelist> <member><methodname>XMLWriter::writeAttribute</methodname></member> <member><methodname>XMLWriter::startAttribute</methodname></member> <member><methodname>XMLWriter::startAttributeNS</methodname></member> <member><methodname>XMLWriter::endAttribute</methodname></member> </simplelist> </para> </refsect1> </refentry> <!-- 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:"~/.phpdoc/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 -->