Uses of Class
net.sourceforge.scopes.rewriters.NodeVisitorWithResult

Packages that use NodeVisitorWithResult
net.sourceforge.scopes.filters Filters for the use of Scopes in an HTTP Servlet environment. 
net.sourceforge.scopes.rewriters Page and redirect-path rewriters. 
net.sourceforge.scopes.rewriters.impl Rewriters implementations. 
 

Uses of NodeVisitorWithResult in net.sourceforge.scopes.filters
 

Fields in net.sourceforge.scopes.filters with type parameters of type NodeVisitorWithResult
protected  java.util.Collection<NodeVisitorWithResult> ScopesHttpFilter.visitorColl
          The collection of HTML Parser's visitors that can modify the response.
 

Uses of NodeVisitorWithResult in net.sourceforge.scopes.rewriters
 

Fields in net.sourceforge.scopes.rewriters declared as NodeVisitorWithResult
protected  NodeVisitorWithResult ModifierNodeVisitor.lastVisitor
          It is the last visitor, i.e. the visitor that can write additional code.
 

Methods in net.sourceforge.scopes.rewriters that return types with arguments of type NodeVisitorWithResult
 java.util.Collection<NodeVisitorWithResult> RewriterNodeVisitorConfigurator.configure(java.util.Map<java.lang.String,java.lang.Object> parameters)
          Creates a collection of node visitors that can rewrite HTML code.
 

Methods in net.sourceforge.scopes.rewriters with parameters of type NodeVisitorWithResult
 void ModifierNodeVisitor.setLastVisitor(NodeVisitorWithResult lastVisitor)
          Sets the last visitor, i.e. the visitor that can write additional code.
 

Uses of NodeVisitorWithResult in net.sourceforge.scopes.rewriters.impl
 

Subclasses of NodeVisitorWithResult in net.sourceforge.scopes.rewriters.impl
 class SimpleWriteNodeVisitor
          Node visitor that can write original, additional and rewritten code.
 

Methods in net.sourceforge.scopes.rewriters.impl that return types with arguments of type NodeVisitorWithResult
 java.util.Collection<NodeVisitorWithResult> SimpleRewriterNodeVisitorConfigurator.configure(java.util.Map<java.lang.String,java.lang.Object> parameters)
          Creates a collection of NodeVisitorWithResult's.