public interface Filter
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(Document document)
Executes the filter.
|
void |
init(ParameterStructure parameters)
Initialize the filter.
|
void init(ParameterStructure parameters) throws ConfigurationException
parameters - configuration to initialize the filter.ConfigurationException - if the configuration information required
by the filter is malformed or missing.boolean execute(Document document) throws FilterException
document - the Document to be processed by this Filter.FilterExceptionCopyright © 2024 Denodo Technologies. All rights reserved.