MediaWiki  REL1_20
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 287 of file generateCollationData.php.


Constructor & Destructor Documentation

UcdXmlReader::__construct ( fileName)

Definition at line 295 of file generateCollationData.php.

References $fileName.


Member Function Documentation

Definition at line 382 of file generateCollationData.php.

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

Referenced by readChars().

UcdXmlReader::handleChar ( ) [protected]

Definition at line 347 of file generateCollationData.php.

References readAttributes().

Referenced by readChars().

UcdXmlReader::open ( ) [protected]

Definition at line 323 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 339 of file generateCollationData.php.

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

UcdXmlReader::readChars ( callback)

Definition at line 299 of file generateCollationData.php.

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


Member Data Documentation

UcdXmlReader::$blocks = array()

Definition at line 292 of file generateCollationData.php.

UcdXmlReader::$callback

Definition at line 289 of file generateCollationData.php.

Referenced by readChars().

UcdXmlReader::$currentBlock

Definition at line 293 of file generateCollationData.php.

UcdXmlReader::$fileName

Definition at line 288 of file generateCollationData.php.

Referenced by __construct().

UcdXmlReader::$groupAttrs

Definition at line 290 of file generateCollationData.php.

UcdXmlReader::$xml

Definition at line 291 of file generateCollationData.php.

Referenced by getBlocks(), and readChars().


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