Package com.luciad.format.svg
Interface TLcdSVGModelDecoder.ContentParser
- Enclosing class:
TLcdSVGModelDecoder
protected static interface TLcdSVGModelDecoder.ContentParser
An interface for parsers of SVG data. This interface hides which parsing toolkit is
used to parse the data. Implementations should define their own methods to define
which input source is used to obtain the SVG data.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
parse
(DefaultHandler aHandler) Parses the input data attached to this content parser.
-
Method Details
-
parse
Parses the input data attached to this content parser.- Parameters:
aHandler
- the content handler that will decode the SVG data- Throws:
IOException
- when the parsing or decoding of the SVG data fails
-