org.silverpeas.search.indexEngine.parser.rtfParser
Class RtfParser
java.lang.Object
org.silverpeas.search.indexEngine.parser.PipedParser
org.silverpeas.search.indexEngine.parser.rtfParser.RtfParser
- All Implemented Interfaces:
- Parser
public class RtfParser
- extends PipedParser
ExcelParser parse an excel file
- Author:
- $Author: neysseri $
Constructor Summary |
RtfParser()
Pattern used to remove {\*\ts...} |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RtfParser
public RtfParser()
- Pattern used to remove {\*\ts...} RTF keywords, which cause NPE in Java 1.4.
outPutContent
public void outPutContent(Writer out,
String path,
String encoding)
throws IOException
- Description copied from class:
PipedParser
- Write the text content of the file on the given output writer.
- Specified by:
outPutContent
in class PipedParser
- Throws:
IOException
Copyright © 2016 Silverpeas. All Rights Reserved.