net.sourceforge.scopes.rewriters.impl
Class IdentityVisitor

java.lang.Object
  extended by org.htmlparser.visitors.NodeVisitor
      extended by net.sourceforge.scopes.rewriters.ModifierNodeVisitor
          extended by net.sourceforge.scopes.rewriters.impl.IdentityVisitor

public class IdentityVisitor
extends ModifierNodeVisitor

I'm asking myself why I made it... Just to do NOTHING???


Field Summary
 
Fields inherited from class net.sourceforge.scopes.rewriters.ModifierNodeVisitor
lastVisitor
 
Constructor Summary
IdentityVisitor()
           
 
Method Summary
 boolean shouldRecurseChildren()
           
 boolean shouldRecurseSelf()
           
 
Methods inherited from class net.sourceforge.scopes.rewriters.ModifierNodeVisitor
addJavaScriptCallToEvent, configure, setLastVisitor
 
Methods inherited from class org.htmlparser.visitors.NodeVisitor
beginParsing, finishedParsing, visitEndTag, visitRemarkNode, visitStringNode, visitTag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentityVisitor

public IdentityVisitor()
Method Detail

shouldRecurseChildren

public boolean shouldRecurseChildren()
Overrides:
shouldRecurseChildren in class org.htmlparser.visitors.NodeVisitor

shouldRecurseSelf

public boolean shouldRecurseSelf()
Overrides:
shouldRecurseSelf in class org.htmlparser.visitors.NodeVisitor