SimpleXMLElement::addChild

(PHP 5 >= 5.1.3, PHP 7) Adds a child element to the XML node public SimpleXMLElement SimpleXMLElement::addChild ( string $name [, string $value [, string $namespace ]] ) Adds a child element to the node and returns a SimpleXMLElement of the child. Parameters: name The name of the child element to add. value If specified, the value

SimpleXMLElement::addAttribute

(PHP 5 >= 5.1.3, PHP 7) Adds an attribute to the SimpleXML element public void SimpleXMLElement::addAttribute ( string $name [, string $value [, string $namespace ]] ) Adds an attribute to the SimpleXML element. Parameters: name The name of the attribute to add. value The value of the attribute. namespace

SDO_DAS_XML_Document::setXMLVersion

(^) Sets the given string as xml version void SDO_DAS_XML_Document::setXMLVersion ( string $xmlVersion ) Sets the given string as xml version. Parameters: xmlVersion xml version string. Returns: None.

SDO_DAS_XML_Document::setXMLDeclaration

(^) Sets the xml declaration void SDO_DAS_XML_Document::setXMLDeclaration ( bool $xmlDeclatation ) Controls whether an XML declaration will be generated at the start of the XML document. Set to TRUE to generate the XML declaration, or FALSE to suppress it. Parameters: xmlDeclatation Boolean value to set the XML declaration. Returns: None.

SDO_DAS_XML_Document::setEncoding

(^) Sets the given string as encoding void SDO_DAS_XML_Document::setEncoding ( string $encoding ) Sets the given string as encoding. Parameters: encoding Encoding string. Returns: None.

SDO_DAS_XML_Document::getRootElementURI

(^) Returns root element's URI string string SDO_DAS_XML_Document::getRootElementURI ( void ) Returns root element's URI string. Returns: Returns root element's URI string.

SDO_DAS_XML_Document::getRootElementName

(^) Returns root element's name string SDO_DAS_XML_Document::getRootElementName ( void ) Returns root element's name. Returns: Returns root element's name.

SDO_DAS_XML_Document::getRootDataObject

(^) Returns the root SDO_DataObject SDO_DataObject SDO_DAS_XML_Document::getRootDataObject ( void ) Returns the root SDO_DataObject. Returns: Returns the root SDO_DataObject.

SDO_DAS_XML::saveString

(^) Saves the SDO_DAS_XML_Document object to a string string SDO_DAS_XML::saveString ( SDO_XMLDocument $xdoc [, int $indent ] ) Saves the SDO_DAS_XML_Document object to string. Parameters: xdoc SDO_DAS_XML_Document object. indent Optional argument to specify that the xml should be formatted. A non-negative integer is the amount to in

SDO_DAS_XML::saveFile

(^) Saves the SDO_DAS_XML_Document object to a file void SDO_DAS_XML::saveFile ( SDO_XMLDocument $xdoc, string $xml_file [, int $indent ] ) Saves the SDO_DAS_XML_Document object to a file. Parameters: xdoc SDO_DAS_XML_Document object. xml_file xml file. indent Optional argument to specify that the