Interface TokenizerWrapper

All Superinterfaces:
org.apache.jena.atlas.lib.Closeable, Iterator<org.apache.jena.riot.tokens.Token>, org.apache.jena.riot.tokens.Tokenizer
All Known Implementing Classes:
TokenizerWrapperBase, TokenizerWrapperRecovering

public interface TokenizerWrapper extends org.apache.jena.riot.tokens.Tokenizer
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
     
    default boolean
    eof()
     
    default long
     
    org.apache.jena.riot.tokens.Tokenizer
     
    default long
     
    default boolean
     
    default org.apache.jena.riot.tokens.Token
     
    default org.apache.jena.riot.tokens.Token
     

    Methods inherited from interface java.util.Iterator

    forEachRemaining, remove
  • Method Details

    • getDelegate

      org.apache.jena.riot.tokens.Tokenizer getDelegate()
    • close

      default void close()
      Specified by:
      close in interface org.apache.jena.atlas.lib.Closeable
    • hasNext

      default boolean hasNext()
      Specified by:
      hasNext in interface Iterator<org.apache.jena.riot.tokens.Token>
      Specified by:
      hasNext in interface org.apache.jena.riot.tokens.Tokenizer
    • next

      default org.apache.jena.riot.tokens.Token next()
      Specified by:
      next in interface Iterator<org.apache.jena.riot.tokens.Token>
      Specified by:
      next in interface org.apache.jena.riot.tokens.Tokenizer
    • peek

      default org.apache.jena.riot.tokens.Token peek()
      Specified by:
      peek in interface org.apache.jena.riot.tokens.Tokenizer
    • eof

      default boolean eof()
      Specified by:
      eof in interface org.apache.jena.riot.tokens.Tokenizer
    • getLine

      default long getLine()
      Specified by:
      getLine in interface org.apache.jena.riot.tokens.Tokenizer
    • getColumn

      default long getColumn()
      Specified by:
      getColumn in interface org.apache.jena.riot.tokens.Tokenizer