|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.htmlparser.visitors.NodeVisitor
org.htmlparser.visitors.HtmlPage
Constructor Summary | |
HtmlPage(Parser parser)
|
Method Summary | |
NodeList |
getBody()
|
TableTag[] |
getTables()
|
java.lang.String |
getTitle()
|
void |
setTitle(java.lang.String title)
|
void |
visitTag(Tag tag)
Called for each Tag visited. |
Methods inherited from class org.htmlparser.visitors.NodeVisitor |
beginParsing, finishedParsing, shouldRecurseChildren, shouldRecurseSelf, visitEndTag, visitRemarkNode, visitStringNode |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HtmlPage(Parser parser)
Method Detail |
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
public void visitTag(Tag tag)
NodeVisitor
Tag
visited.
visitTag
in class NodeVisitor
tag
- The tag being visited.public NodeList getBody()
public TableTag[] getTables()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |