|
MediaWiki
REL1_20
|
Stack class to help Preprocessor::preprocessToObj() More...


Public Member Functions | |
| __construct () | |
| addPart ($s= '') | |
| count () | |
| & | getAccum () |
| getCurrentPart () | |
| getFlags () | |
| pop () | |
| push ($data) | |
Public Attributes | |
| $elementClass = 'PPDStackElement' | |
| $out | |
| $rootAccum | |
| $stack | |
| PPDStack | $top |
Static Public Attributes | |
| static | $false = false |
Stack class to help Preprocessor::preprocessToObj()
Definition at line 708 of file Preprocessor_DOM.php.
Reimplemented in PPDStack_Hash.
Definition at line 719 of file Preprocessor_DOM.php.
| PPDStack::addPart | ( | $ | s = '' | ) |
Definition at line 772 of file Preprocessor_DOM.php.
| PPDStack::count | ( | ) |
Definition at line 729 of file Preprocessor_DOM.php.
| & PPDStack::getAccum | ( | ) |
Definition at line 733 of file Preprocessor_DOM.php.
Definition at line 737 of file Preprocessor_DOM.php.
Definition at line 780 of file Preprocessor_DOM.php.
| PPDStack::pop | ( | ) |
Definition at line 756 of file Preprocessor_DOM.php.
| PPDStack::push | ( | $ | data | ) |
Definition at line 745 of file Preprocessor_DOM.php.
| PPDStack::$elementClass = 'PPDStackElement' |
Definition at line 715 of file Preprocessor_DOM.php.
Definition at line 717 of file Preprocessor_DOM.php.
| PPDStack::$out |
Definition at line 714 of file Preprocessor_DOM.php.
| PPDStack::$rootAccum |
Definition at line 709 of file Preprocessor_DOM.php.
| PPDStack::$stack |
Definition at line 709 of file Preprocessor_DOM.php.
| PPDStack PPDStack::$top |
Definition at line 713 of file Preprocessor_DOM.php.