org.cdlib.xtf.textEngine
Class SnippetMaker.StartEndStripper

Object
  extended by TokenStream
      extended by TokenFilter
          extended by SnippetMaker.StartEndStripper
Enclosing class:
SnippetMaker

public class SnippetMaker.StartEndStripper
extends TokenFilter

Strips the special start-of-field/end-of-field markers from tokens.


Field Summary
 
Fields inherited from class TokenFilter
input
 
Constructor Summary
SnippetMaker.StartEndStripper(TokenStream input)
           
 
Method Summary
 Token next()
          Retrieve the next token in the stream.
 
Methods inherited from class TokenFilter
close
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SnippetMaker.StartEndStripper

public SnippetMaker.StartEndStripper(TokenStream input)
Method Detail

next

public Token next()
           throws IOException
Retrieve the next token in the stream.

Specified by:
next in class TokenStream
Throws:
IOException