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 Type
    Method
    Description
    void
    Parses the input data attached to this content parser.
  • Method Details

    • parse

      void parse(DefaultHandler aHandler) throws IOException
      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