The DomDocument class / xml.DomDocument methods |
Creates an XML DomNode object from a string for a DomDocument object.
createNode( str STRING ) RETURNING object xml.DomNode
Creates an XML DomNode object from a string for this DomDocument object; str is the string representation of the DomNode to be created.
Returns a xml.DomNode object, or NULL.
In case of error, the method throws an exception and sets the STATUS variable with the appropriate error number.