public interface XMLProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
addFilter(Filter filter)
Adds a defined filter to this processor.
|
void |
addFilterPlugin(BaseXMLFilterPlugin filterComponentPlugin)
Adds a defined filter component plugin to this processor.
|
Object |
process(Object input)
Processes an input object though filter chains.
|
void |
removeFilter(Filter addedFilter)
Removes a defined filter which is added.
|
void |
removeFilterPlugin(BaseXMLFilterPlugin filterComponentPlugin)
Removes the existing filter component plugin from this processor.
|
void addFilter(Filter filter)
filter - a defined filtervoid removeFilter(Filter addedFilter)
addedFilter - the added filtervoid addFilterPlugin(BaseXMLFilterPlugin filterComponentPlugin)
filterComponentPlugin - the filter component pluginvoid removeFilterPlugin(BaseXMLFilterPlugin filterComponentPlugin)
filterComponentPlugin - the existing filter component plugin.Copyright © 2003–2019 eXo Platform SAS. All rights reserved.