Uses of Interface
com.fasterxml.aalto.util.XmlConsts
-
Packages that use XmlConsts Package Description com.fasterxml.aalto.async Package that contains implementations of asynchronous (non-blocking) parser.com.fasterxml.aalto.in com.fasterxml.aalto.util -
-
Uses of XmlConsts in com.fasterxml.aalto.async
Classes in com.fasterxml.aalto.async that implement XmlConsts Modifier and Type Class Description classAsyncByteArrayScannerThis is the base class for asynchronous (non-blocking) XML scanners.classAsyncByteBufferScannerThis is the base class for asynchronous (non-blocking) XML scanners.classAsyncByteScanner -
Uses of XmlConsts in com.fasterxml.aalto.in
Classes in com.fasterxml.aalto.in that implement XmlConsts Modifier and Type Class Description classByteBasedScannerIntermediate base class used by different byte-backed scanners.classByteSourceBootstrapperClass that takes care of bootstrapping main document input from a byte-oriented input source: usually either anInputStream, or a block source like byte array.classCharSourceBootstrapperClass that takes care of bootstrapping main document input from a Stream input source.classInputBootstrapperAbstract base class that defines shared functionality between different bootstrappers (byte stream, char Readers, block input)classReaderScannerThis is the concrete scanner implementation used when input comes as aReader.classStreamScannerBase class for various byte stream based scanners (generally one for each type of encoding supported).classUtf8ScannerScanner for tokenizing XML content from a byte stream encoding using UTF-8 encoding, or something suitably close it for decoding purposes (including ISO-Latin1 and US-ASCII).classXmlScannerThis is the abstract base class for all scanner implementations, defining operations the actual parser requires from the low-level scanners. -
Uses of XmlConsts in com.fasterxml.aalto.util
Classes in com.fasterxml.aalto.util that implement XmlConsts Modifier and Type Class Description classCharsetNamesSimple utility class that normalizes given character input character set names into canonical (within context of this processor) namesstatic classIllegalCharHandler.ReplacingIllegalCharHandler
-