public interface KvPlainEscaperListener
The name of the method (onQuote, onEscapedQuote) do not necessarily
mean the quote and backslashed quotes are the one to look for. This
is configurable in the KvPlainEscaper
settings.
Modifier and Type | Method and Description |
---|---|
void |
onBackSlashQuote(int position)
Signal the occurrence of an escaped quote
|
List<KvPortion> |
onEnd()
Once done call this method to retrieve the scanning result.
|
void |
onQuote(int position)
Signal the occurrence of a quote.
|
Copyright © 2023. All rights reserved.