|
Moodle
2.2.1
http://www.collinsharper.com
|
An XML parser that extends the functionality of PEAR XML_Parser module.
Special parser for SpikePHPCoverage data parsing Expect input in following format: <spike-phpcoverage> <file path="/complete/file/path"> <line line-number="10" frequency="1"/> <line line-number="12" frequency="2"/> </file> <file path="/another/file/path"> ... </file> </spike-phpcoverage>
Base class for Parsers.
Reader that parses Xdebug Trace data.