|
| | __construct () |
| |
| & | getInstance () |
| |
| & | parse_xml_query ($query_id, $xml_file, $cache_file) |
| |
| | parse ($query_id=NULL, $xml_file=NULL, $cache_file=NULL) |
| |
| | getXmlFileContent ($xml_file) |
| |
| | loadXmlFile ($filename) |
| |
| | parse ($input= '', $arg1=NULL, $arg2=NULL) |
| |
| | _tagOpen ($parser, $node_name, $attrs) |
| |
| | _tagBody ($parser, $body) |
| |
| | _tagClosed ($parser, $node_name) |
| |
| | _arrToAttrsObj ($arr) |
| |
Definition at line 20 of file XmlQueryParser.class.php.
| XmlQueryParser::__construct |
( |
| ) |
|
| & XmlQueryParser::getInstance |
( |
| ) |
|
| XmlQueryParser::getXmlFileContent |
( |
|
$xml_file | ) |
|
Returns XML file contents as an object or NULL in case of error
- Parameters
-
- Returns
- array|NULL
Definition at line 100 of file XmlQueryParser.class.php.
| XmlQueryParser::parse |
( |
|
$query_id = NULL, |
|
|
|
$xml_file = NULL, |
|
|
|
$cache_file = NULL |
|
) |
| |
Override for parent "parse" method
- Parameters
-
| null | $query_id | |
| null | $xml_file | |
| null | $cache_file | |
- Returns
- void
Definition at line 88 of file XmlQueryParser.class.php.
| & XmlQueryParser::parse_xml_query |
( |
|
$query_id, |
|
|
|
$xml_file, |
|
|
|
$cache_file |
|
) |
| |
Parses an XML query file
- Read xml file
- Check the action
- Parse and write cache file
- Parameters
-
| $query_id | |
| $xml_file | |
| $cache_file | |
- Returns
- QueryParser object
Definition at line 60 of file XmlQueryParser.class.php.
The documentation for this class was generated from the following file: