org.polliwog.collectors
Interface VisitCollector

All Known Implementing Classes:
BasicVisitCollector

public interface VisitCollector


Field Summary
static java.lang.String FILTERED
           
static java.lang.String NORMAL
           
 
Method Summary
 boolean accept(Visit v)
           
 void init(org.jdom.Element root, VisitorEnvironment ve)
           
 

Field Detail

FILTERED

static final java.lang.String FILTERED
See Also:
Constant Field Values

NORMAL

static final java.lang.String NORMAL
See Also:
Constant Field Values
Method Detail

init

void init(org.jdom.Element root,
          VisitorEnvironment ve)
          throws org.jdom.JDOMException,
                 WeblogException
Throws:
org.jdom.JDOMException
WeblogException

accept

boolean accept(Visit v)
               throws WeblogException
Throws:
WeblogException


  Copyright © 2007 Gary Bentley. All Rights Reserved.