请参阅: 说明
接口 | 说明 |
---|---|
Filter |
Represents a step where a document is transformed.
|
FilterChain |
A FilterChain is an object that is responsible to managed an invocation chain of filters.
|
类 | 说明 |
---|---|
AbstractFilterChain |
Base class of a FilterChain.
|
DefaultFilterChain |
Default implementation of FilterChain.
|
NoopFilter |
This filter does nothing except calling the next filter in the chain.
|
RefreshFilter |
This filter is used to refresh a document.
|
UnmodifiableFilterChain |
Unmodifiable implementation of FilterChain.
|
FilterChain
on a loaded document. Each filter in the chain may modify
the document being converted.