Description
Publisher
|
--Parser
|
--PDFParser
Located in File: /phpDocumentor/Converters/PDF/default/ParserPDF.inc
- author: - Greg Beaver <[email protected]>
- version: - $Id: Parser.inc 238276 2007-06-22 14:58:30Z ashnazg $
- copyright: - 2000-2007 Kellin, Joshua Eichorn
- since: - 1.2
- usedby: - phpdocpdf::ezText() - extracts all meta-tags and processes text for output
Method Detail
Summary:
bool
parse
(
string $parse_data,
string $fontdir,
phpdocpdf &$pdf, [
boolean $debug =
false])
Constructor PDFParser (line 89)
PDFParser PDFParser(
)
Sets up the wordparser for this class
Info
Method getParserEventName (line 549)
void getParserEventName(
integer
$value)
Overrides : Parser::getParserEventName() Debugging function, takes an event number and attempts to return its name
Return the name of the parser event
Parameters
Info
Method parse (line 105)
bool parse(
string
$parse_data, string
$fontdir, phpdocpdf
&$pdf, [boolean
$debug = false])
Overrides : Parser::parse() Parse a new file
Parse text for PDFParser XML tags, and add the text to the PDF file
Parameters
- string $parse_data: text to parse for PDFParser XML tags
- string $fontdir: full path to the font directory
- phpdocpdf &$pdf:
- boolean $debug: determines whether output is saved in a variable or added directly to the output
Info
- staticvar - integer $endrecur: used for recursion limiting if a handler for an event is not found
Method setupStates (line 485)
void setupStates(
)
Overrides : Parser::setupStates() setup the parser tokens, and the pushEvent/popEvent arrays
setup the parser tokens, and the pushEvent/popEvent arrays
Info