Class RSSConnector.EvaluatorTokenStream

  • Enclosing class:
    RSSConnector

    protected static class RSSConnector.EvaluatorTokenStream
    extends java.lang.Object
    Token stream.
    • Constructor Detail

      • EvaluatorTokenStream

        public 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