MediaWiki  REL1_22
UcdXmlReader Class Reference

List of all members.

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.

Detailed Description

Definition at line 349 of file generateCollationData.php.


Constructor & Destructor Documentation

UcdXmlReader::__construct ( fileName)

Definition at line 357 of file generateCollationData.php.

References $fileName.


Member Function Documentation

Definition at line 444 of file generateCollationData.php.

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

Referenced by readChars().

UcdXmlReader::handleChar ( ) [protected]

Definition at line 409 of file generateCollationData.php.

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

Referenced by readChars().

UcdXmlReader::open ( ) [protected]

Definition at line 385 of file generateCollationData.php.

Referenced by getBlocks(), and readChars().

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

Returns:
array

Definition at line 401 of file generateCollationData.php.

References array().

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


Member Data Documentation

UcdXmlReader::$blocks = array()

Definition at line 354 of file generateCollationData.php.

UcdXmlReader::$callback

Definition at line 351 of file generateCollationData.php.

Referenced by readChars().

UcdXmlReader::$currentBlock

Definition at line 355 of file generateCollationData.php.

UcdXmlReader::$fileName

Definition at line 350 of file generateCollationData.php.

Referenced by __construct().

UcdXmlReader::$groupAttrs

Definition at line 352 of file generateCollationData.php.

UcdXmlReader::$xml

Definition at line 353 of file generateCollationData.php.

Referenced by getBlocks(), and readChars().


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