Public Member Functions | |
| XmlParser ($filename) | |
| setFilename ($string) | |
| setData ($data) | |
| & | getStruct () |
| & | getTree () |
| _getChildren ($vals, &$i) | |
Public Attributes | |
| $filename | |
| $content | |
|
|
The constructor. Definition at line 29 of file XmlParser.class.php. |
|
||||||||||||
|
Definition at line 87 of file XmlParser.class.php. |
|
|
Returns the struct obtained by calling xml_parse_into_struct PHP function Definition at line 55 of file XmlParser.class.php. |
|
|
Returns a tree which contains the XML data with this structure:
Definition at line 74 of file XmlParser.class.php. |
|
|
Sets the XML data that will be parsed Definition at line 48 of file XmlParser.class.php. |
|
|
Sets the XML that will be parsed Definition at line 40 of file XmlParser.class.php. |
|
|
The content of the xml file Definition at line 26 of file XmlParser.class.php. |
|
|
The xml file Definition at line 23 of file XmlParser.class.php. |
1.3.4