
Public Member Functions | |
| & | parse ($file) |
| & | parseStruct ($file, $tagsToMatch=array()) |
| & | parseWithHandler ($file, &$handler) |
| XMLDAO () | |
Definition at line 20 of file XMLDAO.inc.php.
| & XMLDAO.parse | ( | $ | file | ) |
Parse an XML file and return data in an object.
Definition at line 31 of file XMLDAO.inc.php.
| & XMLDAO.parseStruct | ( | $ | file, | |
| $ | tagsToMatch = array() | |||
| ) |
Parse an XML file and return data in an array.
Definition at line 55 of file XMLDAO.inc.php.
| & XMLDAO.parseWithHandler | ( | $ | file, | |
| &$ | handler | |||
| ) |
Parse an XML file with the specified handler and return data in an object.
| $handler | reference to the handler to use with the parser. |
Definition at line 43 of file XMLDAO.inc.php.
| XMLDAO.XMLDAO | ( | ) |
Constructor.
Definition at line 24 of file XMLDAO.inc.php.
1.5.6