org.apache.tika.parser.prt
Class PRTParser

java.lang.Object
  extended by org.apache.tika.parser.AbstractParser
      extended by org.apache.tika.parser.prt.PRTParser
All Implemented Interfaces:
Serializable, org.apache.tika.parser.Parser

public class PRTParser
extends org.apache.tika.parser.AbstractParser

A basic text extracting parser for the CADKey PRT (CAD Drawing) format. It outputs text from note entries.

See Also:
Serialized Form

Field Summary
static String PRT_MIME_TYPE
           
 
Constructor Summary
PRTParser()
           
 
Method Summary
 Set<org.apache.tika.mime.MediaType> getSupportedTypes(org.apache.tika.parser.ParseContext context)
           
 void parse(InputStream stream, ContentHandler handler, org.apache.tika.metadata.Metadata metadata, org.apache.tika.parser.ParseContext context)
           
 
Methods inherited from class org.apache.tika.parser.AbstractParser
parse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PRT_MIME_TYPE

public static final String PRT_MIME_TYPE
See Also:
Constant Field Values
Constructor Detail

PRTParser

public PRTParser()
Method Detail

getSupportedTypes

public Set<org.apache.tika.mime.MediaType> getSupportedTypes(org.apache.tika.parser.ParseContext context)

parse

public void parse(InputStream stream,
                  ContentHandler handler,
                  org.apache.tika.metadata.Metadata metadata,
                  org.apache.tika.parser.ParseContext context)
           throws IOException,
                  SAXException,
                  org.apache.tika.exception.TikaException
Throws:
IOException
SAXException
org.apache.tika.exception.TikaException


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.