Class cXmlWriter
XML writer class
- cXmlBase
- cXmlWriter
Package: Core\XML
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Dominik Ziegler
Located at classes/xml/class.xml.writer.php
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Dominik Ziegler
Located at classes/xml/class.xml.writer.php
public
|
#
__construct( string $version = '', string $encoding = '' )
Class constructor of cXmlWriter. Creates the XML document. |
public
DOMElement
|
#
addElement( string $name, string $value = '', DOMElement $rootElement = NULL, array $attributes = array(), boolean $cdata = false )
Adds a new element to the XML document. If no root element is given the element will be appended to the root node. |
protected
DOMElement
|
#
_addElementAttributes( DOMElement $element, array $attributes = array() )
Adds an array of attributes to a specific DOM element. |
public
string
|
|
public
boolean
|
$_dom,
$_xpath
|