Package org.geotools.ysld.parse
Class YamlParseHandler
Object
YamlParseHandler
- Direct Known Subclasses:
YsldParseHandler
Abstract base class for Yaml parse handlers. See the
RootParser
subclass for the "entrypoint" for parsing a
YamlObject
into GeoTools-style objects.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
handle
(YamlObject<?> obj, YamlParseContext context) Handle parsing the providedYamlObject
in the givenYamlParseContext
.
-
Constructor Details
-
YamlParseHandler
public YamlParseHandler()
-
-
Method Details
-
handle
Handle parsing the providedYamlObject
in the givenYamlParseContext
.
-