org.silverpeas.search.indexEngine.parser.rtfParser
Class RtfParser

java.lang.Object
  extended by org.silverpeas.search.indexEngine.parser.PipedParser
      extended by 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...}
 
Method Summary
 void outPutContent(Writer out, String path, String encoding)
          Write the text content of the file on the given output writer.
 
Methods inherited from class org.silverpeas.search.indexEngine.parser.PipedParser
getReader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RtfParser

public RtfParser()
Pattern used to remove {\*\ts...} RTF keywords, which cause NPE in Java 1.4.

Method Detail

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.