Concept Framework 2.2 documentation | Contents | Index |
Name | Version | Deprecated |
xmlNewDocRawNode | version 1.0 | no |
number xmlNewDocRawNode(number doc, number ns, string name, string content) |
doc | the XML document handle |
ns | the namespace handle, if any |
name | the node name |
content | the text content, if any |
Creation of a new node element within a document. ns can be null and content can be an empty string. |
Documented by Eduard Suica by adapting from http://xmlsoft.org/, generation time: Sun Jan 27 18:15:20 2013 GMT | (c)2013 Devronium Applications |