Method |
Description |
|
BeginElement ( ) : void |
|
|
Eat ( int expected_token ) : bool |
|
|
EndElement ( ) : void |
|
|
GetAttributes ( ) : TagAttributes |
|
|
GetInclude ( string str, string &pathType, string &filename ) : bool |
|
|
GetServerTag ( TagType &tagtype, string &id, TagAttributes &attributes ) : void |
|
|
GetTag ( TagType &tagtype, string &id, TagAttributes &attributes ) : void |
|
|
GetVerbatim ( int token, string end ) : string |
|
|
OnError ( string msg ) : void |
|
|
OnParsingComplete ( ) : void |
|
|
OnTagParsed ( TagType tagtype, string id, TagAttributes attributes ) : void |
|
|
OnTextParsed ( string text ) : void |
|
|
RemoveComments ( string text ) : string |
|
|