Highlights source code using parse()
Located in /phpDocumentor/HighlightParser.inc (line 226)
Publisher | --Parser | --phpDocumentorTParser | --phpDocumentor_HighlightParser
Inherited from phpDocumentorTParser
phpDocumentorTParser::$inlineTagHandlers
phpDocumentorTParser::$source_location
Inherited from Publisher
Publisher::$subscriber
Initialize the $tokenpushEvent, $wordpushEvent arrays
Give the word parser necessary data to begin a new parse
wraps the current line (via the converter) and resets it to empty
Parse a new file
The parse() method is a do...while() loop that retrieves tokens one by one from the $_event_stack, and uses the token event array set up by the class constructor to call event handlers.
The event handlers each process the tokens passed to them, and use the _addoutput() method to append the processed tokens to the $_line variable. The word parser calls newLineNum() every time a line is reached.
In addition, the event handlers use special linking functions _link() and its cousins (_classlink(), etc.) to create in-code hyperlinks to the documentation for source code elements that are in the source code.
Start the parsing at a certain line number
Initialize all parser state variables
Inherited From phpDocumentorTParser
phpDocumentorTParser::phpDocumentorTParser()
phpDocumentorTParser::parse()
Inherited From Parser
Parser::Parser()
Parser::categoryTagHandler()
Parser::checkEventPop()
Parser::checkEventPush()
Parser::configWordParser()
Parser::defaultTagHandler()
Parser::endTag()
Parser::exampleTagHandler()
Parser::getParserEventName()
Parser::globalTagHandler()
Parser::invalidTagHandler()
Parser::packageTagHandler()
Parser::paramTagHandler()
Parser::parse()
Parser::propertyTagHandler()
Parser::returnTagHandler()
Parser::setupStates()
Parser::staticvarTagHandler()
Parser::usesTagHandler()
Parser::varTagHandler()
Inherited From Publisher
Publisher::publishEvent()
Publisher::subscribe()
Documentation generated on Mon, 05 Dec 2011 20:59:06 -0600 by phpDocumentor 1.4.4