Definition at line 11 of file GeneralXmlParser.class.php.
GeneralXmlParser::_tagBody |
( |
|
$parser, |
|
|
|
$body |
|
) |
| |
Character data handler Variable in the last element of this->output
- Parameters
-
resource | $parse | an instance of parser |
string | $body | a data to be added |
- Returns
- void
Definition at line 68 of file GeneralXmlParser.class.php.
GeneralXmlParser::_tagClosed |
( |
|
$parser, |
|
|
|
$node_name |
|
) |
| |
End element handler
- Parameters
-
resource | $parse | an instance of parser |
string | $node_name | name of xml node |
- Returns
- void
Definition at line 80 of file GeneralXmlParser.class.php.
GeneralXmlParser::_tagOpen |
( |
|
$parser, |
|
|
|
$node_name, |
|
|
|
$attrs |
|
) |
| |
Start element handler
- Parameters
-
resource | $parser | an instance of parser |
string | $node_name | a name of node |
array | $attrs | attributes to be set |
- Returns
- void
Definition at line 51 of file GeneralXmlParser.class.php.
GeneralXmlParser::parse |
( |
|
$input = '' | ) |
|
Parse a given input to product a object containing parse values.
- Parameters
-
string | $input | data to be parsed |
- Returns
- array|NULL Returns an object containing parsed values or NULL in case of failure
Definition at line 25 of file GeneralXmlParser.class.php.
GeneralXmlParser::$output = array() |
The documentation for this class was generated from the following file: