Package io.debezium.text
package io.debezium.text
-
ClassDescriptionRepresentation of multiple
ParsingExceptions.An exception representing a problem during parsing of text.A class that represents the position of a particular character in terms of the lines and columns of a character sequence.A foundation for basic parsers that tokenize input content and allows parsers to easily access and use those tokens.A basicTokenStream.Tokenizerimplementation that ignores whitespace but includes tokens for individual symbols, the period ('.'), single-quoted strings, double-quoted strings, whitespace-delimited words, and optionally comments.An implementation ofTokenStream.CharacterStreamthat works with a single character array.Interface used by aTokenStream.Tokenizerto iterate through the characters in the content input to theTokenStream.An opaque marker for a position within the token stream.The interface defining a token, which references the characters in the actual input character stream.Interface for a Tokenizer component responsible for processing the characters in aTokenStream.CharacterStreamand constructing the appropriateTokenStream.Tokenobjects.A factory for Token objects, used by aTokenStream.Tokenizerto create tokens in the correct order.A utility class for determining the validity of various XML names, per the XML 1.0 Specification.