org.openjena.riot.tokens
Class PrintTokenizer
java.lang.Object
org.openjena.riot.tokens.TokenizerWrapper
org.openjena.riot.tokens.PrintTokenizer
- All Implemented Interfaces:
- Iterator<Token>, Closeable, Tokenizer
public class PrintTokenizer
- extends TokenizerWrapper
Print a logging message on every token
Method Summary |
Token |
next()
Move to next token |
PrintTokenizer
public PrintTokenizer(String label,
Tokenizer other)
next
public Token next()
- Description copied from interface:
Tokenizer
- Move to next token
- Specified by:
next
in interface Iterator<Token>
- Specified by:
next
in interface Tokenizer
- Overrides:
next
in class TokenizerWrapper
Licenced under the Apache License, Version 2.0