Public Member Functions | |
parse ($data) | |
start ($parser, $name, $attr) | |
end ($parser, $name) | |
data ($parser, $data) | |
Public Attributes | |
$projects = array() | |
$current_project | |
$current_release | |
$current_term | |
$current_tag | |
$current_object |
Definition at line 142 of file update.fetch.inc.
update_xml_parser::parse | ( | $ | data | ) |
Parse an array of XML data files.
Definition at line 153 of file update.fetch.inc.
update_xml_parser::start | ( | $ | parser, | |
$ | name, | |||
$ | attr | |||
) |
update_xml_parser::end | ( | $ | parser, | |
$ | name | |||
) |
update_xml_parser::data | ( | $ | parser, | |
$ | data | |||
) |
Definition at line 220 of file update.fetch.inc.
update_xml_parser::$projects = array() |
Definition at line 143 of file update.fetch.inc.
update_xml_parser::$current_project |
Definition at line 144 of file update.fetch.inc.
update_xml_parser::$current_release |
Definition at line 145 of file update.fetch.inc.
update_xml_parser::$current_term |
Definition at line 146 of file update.fetch.inc.
update_xml_parser::$current_tag |
Definition at line 147 of file update.fetch.inc.
update_xml_parser::$current_object |
Definition at line 148 of file update.fetch.inc.