Class GeographicInformationParser

  • All Implemented Interfaces:
    Serializable, org.apache.tika.parser.Parser

    public class GeographicInformationParser
    extends Object
    implements org.apache.tika.parser.Parser
    See Also:
    Serialized Form
    • Constructor Detail

      • GeographicInformationParser

        public GeographicInformationParser()
    • Method Detail

      • getSupportedTypes

        public Set<org.apache.tika.mime.MediaType> getSupportedTypes​(org.apache.tika.parser.ParseContext parseContext)
        Specified by:
        getSupportedTypes in interface org.apache.tika.parser.Parser
      • parse

        public void parse​(InputStream inputStream,
                          ContentHandler contentHandler,
                          org.apache.tika.metadata.Metadata metadata,
                          org.apache.tika.parser.ParseContext parseContext)
                   throws IOException,
                          SAXException,
                          org.apache.tika.exception.TikaException
        Specified by:
        parse in interface org.apache.tika.parser.Parser
        Throws:
        IOException
        SAXException
        org.apache.tika.exception.TikaException