SimpleXMLExtended class for use with CDATA-tags
Located in /inc/utility/SimpleXMLExtended.php (line 21)
SimpleXMLElement | --SimpleXMLExtended
Method to append proper CDATA to a node
Create a child with CDATA value
Method to move a node after one other
Inherited From SimpleXMLElement (Internal Class)
constructor __construct ( $data, [$options = ], [$data_is_url = ], [$ns = ], [$is_prefix = ] )
addAttribute ( $name, [$value = ], [$ns = ] )
addChild ( $name, [$value = ], [$ns = ] )
asXML ( [$filename = ] )
attributes ( [$ns = ], [$is_prefix = ] )
children ( [$ns = ], [$is_prefix = ] )
count ( )
getDocNamespaces ( [$recursve = ] )
getName ( )
getNamespaces ( [$recursve = ] )
registerXPathNamespace ( $prefix, $ns )
saveXML ( [$filename = ] )
xpath ( $path )
__toString ( )