Save This Page
Home » sitemesh-2.3 » com.opensymphony.module » sitemesh » parser » [javadoc | source]
com.opensymphony.module.sitemesh.parser
public final class: FastPageParser [javadoc | source]
java.lang.Object
   com.opensymphony.module.sitemesh.parser.FastPageParser

All Implemented Interfaces:
    PageParser

Deprecated! Use - HTMLPageParser instead - it performs better and is more extensible.

Very fast PageParser implementation for parsing HTML.

Produces FastPage.

Method from com.opensymphony.module.sitemesh.parser.FastPageParser Summary:
parse,   parse
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.opensymphony.module.sitemesh.parser.FastPageParser Detail:
 public Page parse(char[] data) throws IOException 
      Deprecated!
 public Page parse(Reader reader) 
      Deprecated!