Class RSSConnector.EvaluatorTokenStream
- java.lang.Object
-
- org.apache.manifoldcf.crawler.connectors.rss.RSSConnector.EvaluatorTokenStream
-
- Enclosing class:
- RSSConnector
protected static class RSSConnector.EvaluatorTokenStream extends java.lang.ObjectToken stream.
-
-
Field Summary
Fields Modifier and Type Field Description protected intposprotected java.lang.Stringtextprotected RSSConnector.EvaluatorTokentoken
-
Constructor Summary
Constructors Constructor Description EvaluatorTokenStream(java.lang.String text)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadvance()Go on to next token.protected RSSConnector.EvaluatorTokennextToken()RSSConnector.EvaluatorTokenpeek()Get current token.
-
-
-
Field Detail
-
text
protected java.lang.String text
-
pos
protected int pos
-
token
protected RSSConnector.EvaluatorToken token
-
-
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
-
-