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

Class: ObjectWordParser

Source Location: /phpDocumentor/ParserDescCleanup.inc

Class ObjectWordParser

Class Overview

Like WordParser but designed to handle an array with strings and

parserInlineTags

Located in /phpDocumentor/ParserDescCleanup.inc [line 130]

WordParser
   |
   --ObjectWordParser
Author(s): API Tags:
Usedby:  XMLPackagePageParser::XMLPackagePageParser()

Information Tags:
Version:  Release: @VER@
Copyright:  2000-2007 Joshua Eichorn
Since:  1.2

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From 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

[ Top ]
Method Summary
ObjectWordParser   ObjectWordParser()  
void   getWord()  
boolean   nextIsObjectOrNonNL()   Determine if the next word is an inline tag
void   setup()   Set the word parser to go.

[ Top ]
Methods
Constructor ObjectWordParser  [line 138]

  ObjectWordParser ObjectWordParser( [ $casesensitive = false]  )

Parameters:
   $casesensitive: 


[ Top ]
getWord  [line 166]

  void getWord( )



Redefinition of:
WordParser::getWord()
Retrieve a token from the token list

[ Top ]
nextIsObjectOrNonNL  [line 281]

  boolean nextIsObjectOrNonNL( )

Determine if the next word is an inline tag



[ Top ]
setup  [line 149]

  void setup( array &$input  )

Set the word parser to go.

Parameters:
array   &$input:  parserStringWithInlineTags::$value style-array, with alternating text and inline tags


Redefinition of:
WordParser::setup()
Initialize the WordParser

[ Top ]

Documentation generated on Tue, 06 Dec 2011 07:20:40 -0600 by phpDocumentor 1.4.4