phpDocumentor
[ class tree: phpDocumentor ] [ index: phpDocumentor ] [ all elements ]

Class: ObjectWordParser

Source Location: /phpDocumentor/ParserDescCleanup.inc

Class Overview

WordParser
   |
   --ObjectWordParser

Like WordParser but designed to handle an array with strings and


Author(s):

Version:

  • Release: @VER@

Copyright:

  • 2000-2007 Joshua Eichorn

Methods


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

[line 130]
Like WordParser but designed to handle an array with strings and

parserInlineTags




Tags:

author:  Greg Beaver <[email protected]>
version:  Release: @VER@
copyright:  2000-2007 Joshua Eichorn
since:  1.2
usedby:  XMLPackagePageParser::XMLPackagePageParser()


[ Top ]


Class Methods


constructor ObjectWordParser [line 138]

ObjectWordParser ObjectWordParser( [ $casesensitive = false])



Parameters:

   $casesensitive  

[ Top ]

method getWord [line 166]

void getWord( )



Overrides WordParser::getWord() (Retrieve a token from the token list)

[ Top ]

method nextIsObjectOrNonNL [line 281]

boolean nextIsObjectOrNonNL( )

Determine if the next word is an inline tag



[ Top ]

method setup [line 149]

void setup( array &$input)

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 ]


Documentation generated on Tue, 06 Dec 2011 07:14:28 -0600 by phpDocumentor 1.4.4