Public Member Functions | |
| XML () | |
| destruct () | |
| & | parse (&$data) | 
| open (&$parser, $tag, $attributes) | |
| data (&$parser, $data) | |
| close (&$parser, $tag) | |
Public Attributes | |
| $parser | |
| $document | |
| $parent | |
| $stack | |
| $last_opened_tag | |
Definition at line 135 of file CountryFetcher.php.
| XML::XML | ( | ) | 
Definition at line 142 of file CountryFetcher.php.
| XML::destruct | ( | ) | 
Definition at line 149 of file CountryFetcher.php.
| & XML::parse | ( | &$ | data | ) | 
Definition at line 150 of file CountryFetcher.php.
| XML::open | ( | &$ | parser, | |
| $ | tag, | |||
| $ | attributes | |||
| ) | 
Definition at line 156 of file CountryFetcher.php.
References count_numeric_items(), and data().

| XML::data | ( | &$ | parser, | |
| $ | data | |||
| ) | 
| XML::close | ( | &$ | parser, | |
| $ | tag | |||
| ) | 
Definition at line 186 of file CountryFetcher.php.
| XML::$parser | 
Definition at line 136 of file CountryFetcher.php.
| XML::$document | 
Definition at line 137 of file CountryFetcher.php.
| XML::$parent | 
Definition at line 138 of file CountryFetcher.php.
| XML::$stack | 
Definition at line 139 of file CountryFetcher.php.
| XML::$last_opened_tag | 
Definition at line 140 of file CountryFetcher.php.
 1.5.5