Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

lemur::parse::IdentifinderParser Class Reference

#include <IdentifinderParser.hpp>

Inheritance diagram for lemur::parse::IdentifinderParser:

lemur::api::Parser lemur::api::TextHandler List of all members.

Public Member Functions

 IdentifinderParser ()
void parseFile (const string &filename)
 Parse a file.

void parseBuffer (char *buf, int len)
 Parse a buffer.

long fileTell () const
 return the current byte position of the file being parsed


Static Public Attributes

const string identifier = "identifinder"

Private Member Functions

void doParse ()
 Actual parsing action flow.


Private Attributes

int state
 The state of the parser.

int poscount
 count position of word in document

Property wordpos
 keep one property and change values

Property tag
Property btag
Property etag
LinkedPropertyList proplist
 list


Constructor & Destructor Documentation

lemur::parse::IdentifinderParser::IdentifinderParser  ) 
 


Member Function Documentation

void lemur::parse::IdentifinderParser::doParse  )  [private]
 

Actual parsing action flow.

long lemur::parse::IdentifinderParser::fileTell  )  const [virtual]
 

return the current byte position of the file being parsed

Implements lemur::api::Parser.

void lemur::parse::IdentifinderParser::parseBuffer char *  buf,
int  len
[virtual]
 

Parse a buffer.

Implements lemur::api::Parser.

void lemur::parse::IdentifinderParser::parseFile const string &  filename  )  [virtual]
 

Parse a file.

Implements lemur::api::Parser.


Member Data Documentation

Property lemur::parse::IdentifinderParser::btag [private]
 

Property lemur::parse::IdentifinderParser::etag [private]
 

const string lemur::parse::IdentifinderParser::identifier = "identifinder" [static]
 

Reimplemented from lemur::api::Parser.

int lemur::parse::IdentifinderParser::poscount [private]
 

count position of word in document

LinkedPropertyList lemur::parse::IdentifinderParser::proplist [private]
 

list

int lemur::parse::IdentifinderParser::state [private]
 

The state of the parser.

Property lemur::parse::IdentifinderParser::tag [private]
 

Property lemur::parse::IdentifinderParser::wordpos [private]
 

keep one property and change values


The documentation for this class was generated from the following files:
Generated on Tue Jun 15 11:03:06 2010 for Lemur by doxygen 1.3.4