com.raritantechnologies.federated.lucene
Class DelimitedTokenStream

java.lang.Object
  extended byTokenizer
      extended bycom.raritantechnologies.federated.lucene.BuildTokenStream
          extended bycom.raritantechnologies.federated.lucene.DelimitedTokenStream
All Implemented Interfaces:
IConfigurable

public class DelimitedTokenStream
extends BuildTokenStream

See Also:
Serialized Form

Constructor Summary
DelimitedTokenStream()
           
 
Method Summary
 void initialize(org.w3c.dom.Element elem)
          Initializes the object from an XML tag or element.
 Token next()
           
 void setReader(java.io.Reader reader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelimitedTokenStream

public DelimitedTokenStream()
Method Detail

setReader

public void setReader(java.io.Reader reader)
Overrides:
setReader in class BuildTokenStream

next

public Token next()
           throws java.io.IOException
Throws:
java.io.IOException

initialize

public void initialize(org.w3c.dom.Element elem)
Description copied from interface: IConfigurable
Initializes the object from an XML tag or element. This method is called by the Framework as part of the application initializtion. see ConfigurationManager, XMLConfigurationManager, XMLSearchFieldMapFactory, XMLSearchSourceFactory. Configurable objects that are owned or contained by other configurable objects will be initialized in by the parent object.