com.opensymphony.module.sitemesh.html.tokenizer |
|
Java Source File Name | Type | Comment |
MockTokenHandler.java | Class | |
Parser.java | Class | Looks for patterns of tokens in the Lexer and translates these to calls to pass to the TokenHandler. |
TagTokenizer.java | Class | Splits a chunk of HTML into 'text' and 'tag' tokens, for easy processing. |
TagTokenizerTest.java | Class | |
TokenHandler.java | Interface | Handler passed to
TagTokenizer that will receive callbacks as 'tags' and 'text' are encountered. |