org.apache.manifoldcf.crawler.connectors.rss
Class RSSConnector.EvaluatorTokenStream

java.lang.Object
  extended by org.apache.manifoldcf.crawler.connectors.rss.RSSConnector.EvaluatorTokenStream
Enclosing class:
RSSConnector

protected static class RSSConnector.EvaluatorTokenStream
extends java.lang.Object

Token stream.


Field Summary
protected  int pos
           
protected  java.lang.String text
           
protected  RSSConnector.EvaluatorToken token
           
 
Constructor Summary
RSSConnector.EvaluatorTokenStream(java.lang.String text)
          Constructor.
 
Method Summary
 void advance()
          Go on to next token.
protected  RSSConnector.EvaluatorToken nextToken()
           
 RSSConnector.EvaluatorToken peek()
          Get current token.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

text

protected java.lang.String text

pos

protected int pos

token

protected RSSConnector.EvaluatorToken token
Constructor Detail

RSSConnector.EvaluatorTokenStream

public RSSConnector.EvaluatorTokenStream(java.lang.String text)
Constructor.

Method Detail

peek

public RSSConnector.EvaluatorToken peek()
                                 throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
Get current token.

Throws:
org.apache.manifoldcf.core.interfaces.ManifoldCFException

advance

public void advance()
Go on to next token.


nextToken

protected RSSConnector.EvaluatorToken nextToken()
                                         throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
Throws:
org.apache.manifoldcf.core.interfaces.ManifoldCFException