Class: simple_xmltree

Quellcode Position: Program_Root/sys_simple_xmltree.php

Class simple_xmltree

Class Overview

XML handling factory class

Implementiert in Program_Root/sys_simple_xmltree.php [Zeile 15]



		
		
		
		

Methods

Method Summary
xmltree_common   &create()   create an XML tree object
string   strToXML()   Transform normal string into XML-string
string   XMLtoStr()   Transform XML string into normal string All special chars will be transformed into white spaces

Methods
create  [Zeile 23]

  xmltree_common &create( )

create an XML tree object


API Tags:
Return:  XML tree
Access:  public


strToXML  [Zeile 42]

  string strToXML( string $str  )

Transform normal string into XML-string

Transform all none alphanumeric characters into ASCII value of character

Parameters:
string   $str:  string

API Tags:
Return:  Der transform string


XMLtoStr  [Zeile 61]

  string XMLtoStr( string $str  )

Transform XML string into normal string All special chars will be transformed into white spaces

Parameters:
string   $str:  XML-string

API Tags:
Return:  Der transformed String