See: Description
| Interface | Description |
|---|---|
| StyleParserPlugin |
A plugin used for loading
Style objects from a string. |
| Class | Description |
|---|---|
| ParserPluginUtils |
Utilities for creating parser plugins.
|
| SLDParserPlugin |
Basic implementation for loading and parsing an SLD style.
|
| SLDParserPlugin.ErrorHandler |
A default error handler to avoid that error messages like "[Fatal Error] :1:1: Content is not allowed
in prolog." are directly printed to STDERR.
|
| StyleParser |
Parse a style using all the available
StyleParserPlugin registered with the spring application
context. |