The DomDocument class / xml.DomDocument methods |
Creates an XML namespace-qualified Element DomNode object for a DomDocument object.
createElementNS( prefix STRING, name STRING, ns STRING ) RETURNING object xml.DomNode
Creates an XML namespace-qualified Element DomNode object for this DomDocument object, where prefix is the prefix of the XML element, or NULL to use the default namespace; name is the name of the XML element, cannot be NULL; ns is the namespace URI of the XML element, cannot be NULL.
Returns a DomNode object, or NULL.
In case of error, the method throws an exception and sets the STATUS variable with the appropriate error number.