|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.htmlparser.visitors.NodeVisitor
org.htmlparser.tests.visitorsTests.ScriptCommentTest.ScriptVisitor
Implement test case NodeVisitor.
Field Summary | |
ScriptTag |
scriptTag
Keps the only script tag. |
Constructor Summary | |
ScriptCommentTest.ScriptVisitor()
Creates a new ScriptVisitor object. |
Method Summary | |
void |
visitTag(Tag n)
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 |
Field Detail |
public ScriptTag scriptTag
Constructor Detail |
public ScriptCommentTest.ScriptVisitor()
Method Detail |
public void visitTag(Tag n)
NodeVisitor
Tag
visited.
visitTag
in class NodeVisitor
n
- The tag being visited.NodeVisitor
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |