org.htmlparser.visitors
Class HtmlPage
java.lang.Object
org.htmlparser.visitors.NodeVisitor
org.htmlparser.visitors.HtmlPage
public class HtmlPage
- extends NodeVisitor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HtmlPage
public HtmlPage(Parser parser)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
visitTag
public void visitTag(Tag tag)
- Description copied from class:
NodeVisitor
- Called for each
Tag
visited.
- Overrides:
visitTag
in class NodeVisitor
- Parameters:
tag
- The tag being visited.
getBody
public NodeList getBody()
getTables
public TableTag[] getTables()
HTML Parser is an open source library released under LGPL. |  |