3require_once(
'./Services/Xml/classes/class.ilSaxParser.php');
32 $this->xml = simplexml_load_file($this->file);
39 $table = $this->xml->xpath(
'/Table');
40 foreach ($table[0]->attributes() as $k => $v) {
44 foreach ($this->xml->Row as
$row) {
47 $type = (string)
$value[
'type'];
An exception for terminatinating execution or to throw for unit testing.
Base class for sax-based expat parsing extended classes need to overwrite the method setHandlers and ...
startParsing()
stores xml data in array
__construct($a_xml)
ilSimpleXMLTableDataParser constructor.