|
MediaWiki
REL1_20
|
Public Member Functions | |
| __construct ($fileName) | |
| getBlocks () | |
| readChars ($callback) | |
Public Attributes | |
| $blocks = array() | |
| $callback | |
| $currentBlock | |
| $fileName | |
| $groupAttrs | |
| $xml | |
Protected Member Functions | |
| handleChar () | |
| open () | |
| readAttributes () | |
| Read the attributes of the current element node and return them as an array. | |
Definition at line 287 of file generateCollationData.php.
| UcdXmlReader::__construct | ( | $ | fileName | ) |
Definition at line 295 of file generateCollationData.php.
References $fileName.
Definition at line 382 of file generateCollationData.php.
References $xml, open(), and readAttributes().
Referenced by readChars().
| UcdXmlReader::handleChar | ( | ) | [protected] |
Definition at line 347 of file generateCollationData.php.
References readAttributes().
Referenced by readChars().
| UcdXmlReader::open | ( | ) | [protected] |
Definition at line 323 of file generateCollationData.php.
Referenced by getBlocks(), and readChars().
| UcdXmlReader::readAttributes | ( | ) | [protected] |
Read the attributes of the current element node and return them as an array.
Definition at line 339 of file generateCollationData.php.
Referenced by getBlocks(), handleChar(), and readChars().
| UcdXmlReader::readChars | ( | $ | callback | ) |
Definition at line 299 of file generateCollationData.php.
References $callback, $xml, getBlocks(), handleChar(), open(), and readAttributes().
| UcdXmlReader::$blocks = array() |
Definition at line 292 of file generateCollationData.php.
| UcdXmlReader::$callback |
Definition at line 289 of file generateCollationData.php.
Referenced by readChars().
| UcdXmlReader::$currentBlock |
Definition at line 293 of file generateCollationData.php.
| UcdXmlReader::$fileName |
Definition at line 288 of file generateCollationData.php.
Referenced by __construct().
| UcdXmlReader::$groupAttrs |
Definition at line 290 of file generateCollationData.php.
| UcdXmlReader::$xml |
Definition at line 291 of file generateCollationData.php.
Referenced by getBlocks(), and readChars().