Save This Page
Home » sitemesh-2.3 » com.opensymphony.module » sitemesh » html » tokenizer » [javadoc | source]
com.opensymphony.module.sitemesh.html.tokenizer
class: MockTokenHandler [javadoc | source]
java.lang.Object
   com.opensymphony.module.sitemesh.html.tokenizer.MockTokenHandler

All Implemented Interfaces:
    TokenHandler

Method from com.opensymphony.module.sitemesh.html.tokenizer.MockTokenHandler Summary:
expectTag,   expectTag,   expectText,   shouldProcessTag,   tag,   text,   verify,   warning
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.opensymphony.module.sitemesh.html.tokenizer.MockTokenHandler Detail:
 public  void expectTag(int type,
    String tag) 
 public  void expectTag(int type,
    String tag,
    String[] attributes) 
 public  void expectText(String tag) 
 public boolean shouldProcessTag(String name) 
 public  void tag(Tag tag) 
 public  void text(Text text) 
 public  void verify() 
 public  void warning(String message,
    int line,
    int column)