org.apache.nutch.parse.msword
Class WordTextBuffer

java.lang.Object
  extended by org.apache.nutch.parse.msword.WordTextBuffer

public class WordTextBuffer
extends Object

This class acts as a StringBuffer for text from a word document. It allows processing of character before they

Version:
1.0
Author:
Ryan Ackley

Constructor Summary
WordTextBuffer()
           
 
Method Summary
 void append(String text)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WordTextBuffer

public WordTextBuffer()
Method Detail

append

public void append(String text)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2006 The Apache Software Foundation