MediaWiki
REL1_19
|
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 268 of file generateCollationData.php.
UcdXmlReader::__construct | ( | $ | fileName | ) |
Definition at line 276 of file generateCollationData.php.
References $fileName.
Definition at line 363 of file generateCollationData.php.
References $xml, open(), and readAttributes().
Referenced by readChars().
UcdXmlReader::handleChar | ( | ) | [protected] |
Definition at line 328 of file generateCollationData.php.
References readAttributes().
Referenced by readChars().
UcdXmlReader::open | ( | ) | [protected] |
Definition at line 304 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 320 of file generateCollationData.php.
Referenced by getBlocks(), handleChar(), and readChars().
UcdXmlReader::readChars | ( | $ | callback | ) |
Definition at line 280 of file generateCollationData.php.
References $callback, $xml, getBlocks(), handleChar(), open(), and readAttributes().
UcdXmlReader::$blocks = array() |
Definition at line 273 of file generateCollationData.php.
UcdXmlReader::$callback |
Definition at line 270 of file generateCollationData.php.
Referenced by readChars().
UcdXmlReader::$currentBlock |
Definition at line 274 of file generateCollationData.php.
UcdXmlReader::$fileName |
Definition at line 269 of file generateCollationData.php.
Referenced by __construct().
UcdXmlReader::$groupAttrs |
Definition at line 271 of file generateCollationData.php.
UcdXmlReader::$xml |
Definition at line 272 of file generateCollationData.php.
Referenced by getBlocks(), and readChars().