|
MediaWiki master
|

Public Member Functions | |
| __construct (string $fileName) | |
| getBlocks () | |
| readChars (callable $callback) | |
Public Attributes | |
| array[] | $blocks = [] |
| callable | $callback |
| array | $currentBlock |
| string | $fileName |
| array | $groupAttrs |
| XMLReader | $xml |
Protected Member Functions | |
| handleChar () | |
| open () | |
| readAttributes () | |
| Read the attributes of the current element node and return them as an array. | |
Definition at line 290 of file generateCollationData.php.
| UcdXmlReader::__construct | ( | string | $fileName | ) |
Definition at line 304 of file generateCollationData.php.
References $fileName.
| UcdXmlReader::getBlocks | ( | ) |
Definition at line 392 of file generateCollationData.php.
Referenced by readChars().
|
protected |
Definition at line 357 of file generateCollationData.php.
Referenced by readChars().
|
protected |
Definition at line 332 of file generateCollationData.php.
Referenced by readChars().
|
protected |
Read the attributes of the current element node and return them as an array.
Definition at line 348 of file generateCollationData.php.
Referenced by readChars().
| UcdXmlReader::readChars | ( | callable | $callback | ) |
Definition at line 308 of file generateCollationData.php.
References $callback, $xml, getBlocks(), handleChar(), open(), and readAttributes().
| array [] UcdXmlReader::$blocks = [] |
Definition at line 300 of file generateCollationData.php.
| callable UcdXmlReader::$callback |
Definition at line 294 of file generateCollationData.php.
Referenced by readChars().
| array UcdXmlReader::$currentBlock |
Definition at line 302 of file generateCollationData.php.
| string UcdXmlReader::$fileName |
Definition at line 292 of file generateCollationData.php.
Referenced by __construct().
| array UcdXmlReader::$groupAttrs |
Definition at line 296 of file generateCollationData.php.
| XMLReader UcdXmlReader::$xml |
Definition at line 298 of file generateCollationData.php.
Referenced by readChars().