org.htmlparser.scanners
Class JspScanner

java.lang.Object
  extended byorg.htmlparser.scanners.TagScanner
      extended byorg.htmlparser.scanners.JspScanner
All Implemented Interfaces:
Scanner, java.io.Serializable

public class JspScanner
extends TagScanner

Placeholder for yet to be written scanner for JSP tags. This vacuous class does nothing special at the moment.

See Also:
Serialized Form

Constructor Summary
JspScanner()
          Create a new JspScanner.
 
Methods inherited from class org.htmlparser.scanners.TagScanner
scan
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JspScanner

public JspScanner()
Create a new JspScanner.