org.htmlparser.scanners
Class JspScanner
java.lang.Object
org.htmlparser.scanners.TagScanner
org.htmlparser.scanners.JspScanner
- All Implemented Interfaces:
- Serializable, Scanner
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JspScanner
public JspScanner()
- Create a new JspScanner.