Parser base class for the Finder indexer package.
Located in /administrator/components/com_finder/helpers/indexer/parser.php (line 19)
Class | Description |
---|---|
FinderIndexerParserRtf | RTF Parser class for the Finder indexer package. |
FinderIndexerParserHtml | HTML Parser class for the Finder indexer package. |
FinderIndexerParserTxt | Text Parser class for the Finder indexer package. |
Method to get a parser, creating it if necessary.
Method to parse input and extract the plain text. Because this method is called from both inside and outside the indexer, it needs to be able to batch out its parsing functionality to deal with the inefficiencies of regular expressions. We will parse recursively in 2KB chunks.
Method to process input and extract the plain text.
Documentation generated on Mon, 25 Jun 2012 13:58:37 -0500 by phpDocumentor 1.4.4