MediaWiki  REL1_19
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 268 of file generateCollationData.php.


Constructor & Destructor Documentation

UcdXmlReader::__construct ( fileName)

Definition at line 276 of file generateCollationData.php.

References $fileName.


Member Function Documentation

Definition at line 363 of file generateCollationData.php.

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

Referenced by readChars().

Here is the call graph for this function:

Here is the caller graph for this function:

UcdXmlReader::handleChar ( ) [protected]

Definition at line 328 of file generateCollationData.php.

References readAttributes().

Referenced by readChars().

Here is the call graph for this function:

Here is the caller graph for this function:

UcdXmlReader::open ( ) [protected]

Definition at line 304 of file generateCollationData.php.

Referenced by getBlocks(), and readChars().

Here is the caller graph for this function:

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

Returns:
array

Definition at line 320 of file generateCollationData.php.

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

Here is the caller graph for this function:

UcdXmlReader::readChars ( callback)

Definition at line 280 of file generateCollationData.php.

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

Here is the call graph for this function:


Member Data Documentation

UcdXmlReader::$blocks = array()

Definition at line 273 of file generateCollationData.php.

UcdXmlReader::$callback

Definition at line 270 of file generateCollationData.php.

Referenced by readChars().

UcdXmlReader::$currentBlock

Definition at line 274 of file generateCollationData.php.

UcdXmlReader::$fileName

Definition at line 269 of file generateCollationData.php.

Referenced by __construct().

UcdXmlReader::$groupAttrs

Definition at line 271 of file generateCollationData.php.

UcdXmlReader::$xml

Definition at line 272 of file generateCollationData.php.

Referenced by getBlocks(), and readChars().


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