dochelper
Interface Processor

All Superinterfaces:
Configurable
All Known Implementing Classes:
MatchOrderProcessor, NaturalOrderParamProcessor

public interface Processor
extends Configurable


Method Summary
 ResultNode operate(ResultNode doc)
          Performs an operation on a ResultNode tree and returns the resulting tree after the operation.
 
Methods inherited from interface dochelper.Configurable
checkParams, init, setParam
 

Method Detail

operate

ResultNode operate(ResultNode doc)
Performs an operation on a ResultNode tree and returns the resulting tree after the operation.

Parameters:
doc - The node that represent the root of the tree to process.
Throws:
java.lang.Exception