MediaWiki master
UcdXmlReader Class Reference
Collaboration diagram for UcdXmlReader:

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.
 

Detailed Description

Definition at line 290 of file generateCollationData.php.

Constructor & Destructor Documentation

◆ __construct()

UcdXmlReader::__construct ( string $fileName)

Definition at line 304 of file generateCollationData.php.

References $fileName.

Member Function Documentation

◆ getBlocks()

UcdXmlReader::getBlocks ( )

Definition at line 392 of file generateCollationData.php.

Referenced by readChars().

◆ handleChar()

UcdXmlReader::handleChar ( )
protected

Definition at line 357 of file generateCollationData.php.

Referenced by readChars().

◆ open()

UcdXmlReader::open ( )
protected

Definition at line 332 of file generateCollationData.php.

Referenced by readChars().

◆ readAttributes()

UcdXmlReader::readAttributes ( )
protected

Read the attributes of the current element node and return them as an array.

Returns
array

Definition at line 348 of file generateCollationData.php.

Referenced by readChars().

◆ readChars()

UcdXmlReader::readChars ( callable $callback)

Definition at line 308 of file generateCollationData.php.

References $callback, $xml, getBlocks(), handleChar(), open(), and readAttributes().

Member Data Documentation

◆ $blocks

array [] UcdXmlReader::$blocks = []

Definition at line 300 of file generateCollationData.php.

◆ $callback

callable UcdXmlReader::$callback

Definition at line 294 of file generateCollationData.php.

Referenced by readChars().

◆ $currentBlock

array UcdXmlReader::$currentBlock

Definition at line 302 of file generateCollationData.php.

◆ $fileName

string UcdXmlReader::$fileName

Definition at line 292 of file generateCollationData.php.

Referenced by __construct().

◆ $groupAttrs

array UcdXmlReader::$groupAttrs

Definition at line 296 of file generateCollationData.php.

◆ $xml

XMLReader UcdXmlReader::$xml

Definition at line 298 of file generateCollationData.php.

Referenced by readChars().


The documentation for this class was generated from the following file: