|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| parse ($file) | |
| parseStruct ($file, $tagsToMatch=array()) | |
| parseWithHandler ($file, $handler) | |
Operations for retrieving and modifying objects from an XML data source.
Definition at line 19 of file XMLDAO.inc.php.
| XMLDAO::parse | ( | $file | ) |
Parse an XML file and return data in an object.
| $file | string |
Definition at line 26 of file XMLDAO.inc.php.
| XMLDAO::parseStruct | ( | $file, | |
$tagsToMatch = array() |
|||
| ) |
Parse an XML file and return data in an array.
| $file | string |
| $tagsToMatch | array |
Definition at line 50 of file XMLDAO.inc.php.
| XMLDAO::parseWithHandler | ( | $file, | |
| $handler | |||
| ) |
Parse an XML file with the specified handler and return data in an object.
| $file | string |
| $handler | reference to the handler to use with the parser. |
Definition at line 37 of file XMLDAO.inc.php.