XMLWriter::writeAttributeNs
xmlwriter_write_attribute_ns
Write full namespaced attribute
&reftitle.description;
&style.oop;
public boolXMLWriter::writeAttributeNs
stringnullprefix
stringname
stringnullnamespace
stringvalue
&style.procedural;
boolxmlwriter_write_attribute_ns
XMLWriterwriter
stringnullprefix
stringname
stringnullnamespace
stringvalue
Writes a full namespaced attribute.
&reftitle.parameters;
&xmlwriter.xmlwriter.description;
prefix
The namespace prefix.
If prefix is &null;, the namespace will be omitted.
name
The attribute name.
namespace
The namespace URI.
If namespace is &null;, the namespace declaration will be
omitted.
value
The attribute value.
&reftitle.returnvalues;
&return.success;
&reftitle.changelog;
&Version;
&Description;
&xmlwriter.changelog.writer-param;
&reftitle.seealso;
XMLWriter::writeAttribute
XMLWriter::startAttribute
XMLWriter::startAttributeNs
XMLWriter::endAttribute