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

SimpleXMLElement::asXML

(PHP 5 >= 5.0.1, PHP 7) Return a well-formed XML string based on SimpleXML element public mixed SimpleXMLElement::asXML ([ string $filename ] ) The asXML method formats the parent object's data in XML version 1.0. Parameters: filename If specified, the function writes the data to the file rather than returning it. Returns: If the filename is

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::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::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::createDataObject

(^) Creates SDO_DataObject for a given namespace URI and type name SDO_DataObject SDO_DAS_XML::createDataObject ( string $namespace_uri, string $type_name ) Creates SDO_DataObject for a given namespace URI and type name. The type should be defined in the underlying model otherwise SDO_TypeNotFoundException will be thrown. Parameters: namespace_uri Namespace URI of the t

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::createDocument

(^) Creates an XML Document object from scratch, without the need to load a document from a file or string. SDO_DAS_XML_Document SDO_DAS_XML::createDocument ([ string $document_element_name ] ) SDO_DAS_XML_Document SDO_DAS_XML::createDocument ( string $document_element_namespace_URI , string $document_element_name [, SDO_DataObject $dataobject ] ) Creates an XML Document object. This will contain just one empty root eleme