Public Member Functions | |
| DocumentParser (const String &szType) | |
| virtual DocumentParserCookie | ParseLine (const String &szText, GlyphAttributeString &szStyle, DocumentParserCookie pCookie)=0 |
| void | SetKeywords (std::vector< String > &szSortedKeywords) |
| String | GetType () |
Protected Attributes | |
| const char ** | szKeywords |
| int | iKeywordCount |
| String | m_szType |
| DocumentParser::DocumentParser | ( | const String & | szType | ) |
| virtual DocumentParserCookie SkyGI::DocumentParser::ParseLine | ( | const String & | szText, | |
| GlyphAttributeString & | szStyle, | |||
| DocumentParserCookie | pCookie | |||
| ) | [pure virtual] |
Implemented in SkyGI::DocumentParser_SyntaxC.
| void DocumentParser::SetKeywords | ( | std::vector< String > & | szSortedKeywords | ) |
| String SkyGI::DocumentParser::GetType | ( | ) | [inline] |
const char** SkyGI::DocumentParser::szKeywords [protected] |
int SkyGI::DocumentParser::iKeywordCount [protected] |
String SkyGI::DocumentParser::m_szType [protected] |
1.5.1-p1