MediaWiki  1.33.0
UcdXmlReader Class Reference

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. More...
 

Detailed Description

Definition at line 331 of file generateCollationData.php.

Constructor & Destructor Documentation

◆ __construct()

UcdXmlReader::__construct (   $fileName)

Definition at line 339 of file generateCollationData.php.

References $fileName.

Member Function Documentation

◆ getBlocks()

UcdXmlReader::getBlocks ( )

Definition at line 428 of file generateCollationData.php.

References $blocks, $last, $xml, open(), and readAttributes().

Referenced by readChars().

◆ handleChar()

UcdXmlReader::handleChar ( )
protected

Definition at line 393 of file generateCollationData.php.

References $groupAttrs, $last, as, key, and readAttributes().

Referenced by readChars().

◆ open()

UcdXmlReader::open ( )
protected

Definition at line 367 of file generateCollationData.php.

References $xml.

Referenced by getBlocks(), and readChars().

◆ readAttributes()

UcdXmlReader::readAttributes ( )
protected

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

Returns
array

Definition at line 384 of file generateCollationData.php.

Referenced by getBlocks(), handleChar(), and readChars().

◆ readChars()

UcdXmlReader::readChars (   $callback)

Definition at line 343 of file generateCollationData.php.

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

Member Data Documentation

◆ $blocks

UcdXmlReader::$blocks = []

Definition at line 336 of file generateCollationData.php.

Referenced by getBlocks().

◆ $callback

UcdXmlReader::$callback

Definition at line 333 of file generateCollationData.php.

Referenced by readChars().

◆ $currentBlock

UcdXmlReader::$currentBlock

Definition at line 337 of file generateCollationData.php.

◆ $fileName

UcdXmlReader::$fileName

Definition at line 332 of file generateCollationData.php.

Referenced by __construct().

◆ $groupAttrs

UcdXmlReader::$groupAttrs

Definition at line 334 of file generateCollationData.php.

Referenced by handleChar().

◆ $xml

UcdXmlReader::$xml

Definition at line 335 of file generateCollationData.php.

Referenced by getBlocks(), open(), and readChars().


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