![]() | XMLWriter->writeAttributeNS()(no version information, might be only in CVS) XMLWriter->writeAttributeNS() -- Write full namespaced attributeDescrizioneObject oriented style: class XMLWriter {bool writeAttributeNS ( string prefix, string name, string uri, string content ) } Procedural style: bool xmlwriter_write_attribute_ns ( resource xmlwriter, string prefix, string name, string uri, string content )Writes a full namespaced attribute. Elenco dei parametri
Vedere anche:
| ![]() | ||||