MediaWiki REL1_32
|
Public Member Functions | |
__construct ( $fileName) | |
getBlocks () | |
readChars ( $callback) | |
Public Attributes | |
$blocks = [] | |
$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 335 of file generateCollationData.php.
UcdXmlReader::__construct | ( | $fileName | ) |
Definition at line 343 of file generateCollationData.php.
References $fileName.
UcdXmlReader::getBlocks | ( | ) |
Definition at line 432 of file generateCollationData.php.
References $blocks, $last, $xml, open(), and readAttributes().
Referenced by readChars().
|
protected |
Definition at line 397 of file generateCollationData.php.
References $groupAttrs, $last, as, key, and readAttributes().
Referenced by readChars().
|
protected |
Definition at line 371 of file generateCollationData.php.
References $xml.
Referenced by getBlocks(), and readChars().
|
protected |
Read the attributes of the current element node and return them as an array.
Definition at line 388 of file generateCollationData.php.
Referenced by getBlocks(), handleChar(), and readChars().
UcdXmlReader::readChars | ( | $callback | ) |
Definition at line 347 of file generateCollationData.php.
References $callback, $xml, getBlocks(), handleChar(), open(), and readAttributes().
UcdXmlReader::$blocks = [] |
Definition at line 340 of file generateCollationData.php.
Referenced by getBlocks().
UcdXmlReader::$callback |
Definition at line 337 of file generateCollationData.php.
Referenced by readChars().
UcdXmlReader::$currentBlock |
Definition at line 341 of file generateCollationData.php.
UcdXmlReader::$fileName |
Definition at line 336 of file generateCollationData.php.
Referenced by __construct().
UcdXmlReader::$groupAttrs |
Definition at line 338 of file generateCollationData.php.
Referenced by handleChar().
UcdXmlReader::$xml |
Definition at line 339 of file generateCollationData.php.
Referenced by getBlocks(), open(), and readChars().