Inherited Variables
Inherited Constants
Inherited Methods
Class: WordParser
- WordParser::backupPos()
- Backup to the previous token so that it can be retrieved again in a new context.
- WordParser::getBlock()
- Unused
- WordParser::getPos()
- Returns the current pointer position, or 1 character after the end of the word
- WordParser::getSource()
- Retrieve source code for the last function/method
- WordParser::getWord()
- Retrieve a token from the token list
- WordParser::setPos()
- Set the internal cursor within the source code
- WordParser::setSeperator()
- Sets the list of possible separator tokens
- WordParser::setup()
- Initialize the WordParser
- WordParser::setWhitespace()
- set parser to return or strip whitespace
Class Details
Like WordParser but designed to handle an array with strings and
Tags:
- author - Greg Beaver <[email protected]>
- version - Release: @VER@
- copyright - 2000-2007 Joshua Eichorn
- since - 1.2
- usedby - XMLPackagePageParser::XMLPackagePageParser()
[ Top ]
Class Variables
Class Methods
ObjectWordParser
ObjectWordParser ObjectWordParser(
[
$casesensitive = false])
[line 138]
Parameters:
- $casesensitive -
[ Top ]
getWord
void getWord(
)
[line 166]
Overrides WordParser::getWord() (Retrieve a token from the token list)
Parameters:
[ Top ]
nextIsObjectOrNonNL
boolean nextIsObjectOrNonNL(
)
[line 281]
Determine if the next word is an inline tag
Parameters:
[ Top ]
setup
void setup(
array
&$input)
[line 149]
Set the word parser to go.
Overrides WordParser::setup() (Initialize the WordParser)
Parameters:
- array &$input - parserStringWithInlineTags::$value style-array, with alternating text and inline tags
[ Top ]