Uses of Class
com.fasterxml.aalto.util.XmlCharTypes
Packages that use XmlCharTypes
Package
Description
Package that contains implementations of asynchronous (non-blocking)
parser.
-
Uses of XmlCharTypes in com.fasterxml.aalto.async
Fields in com.fasterxml.aalto.async declared as XmlCharTypesModifier and TypeFieldDescriptionprotected XmlCharTypes
AsyncByteScanner._charTypes
This is a simple container object that is used to access the decoding tables for characters. -
Uses of XmlCharTypes in com.fasterxml.aalto.in
Subclasses of XmlCharTypes in com.fasterxml.aalto.inFields in com.fasterxml.aalto.in declared as XmlCharTypesModifier and TypeFieldDescriptionprotected final XmlCharTypes
StreamScanner._charTypes
This is a simple container object that is used to access the decoding tables for characters.private static XmlCharTypes
InputCharTypes.sAsciiCharTypes
private static final XmlCharTypes
ReaderScanner.sCharTypes
Although java chars are basically UTF-16 in memory, the closest match for char types is Latin1.private static XmlCharTypes
InputCharTypes.sLatin1CharTypes
private static final XmlCharTypes
InputCharTypes.sUtf8CharTypes
Methods in com.fasterxml.aalto.in that return XmlCharTypesModifier and TypeMethodDescriptionstatic final XmlCharTypes
InputCharTypes.getAsciiCharTypes()
ReaderConfig.getCharTypes()
static final XmlCharTypes
InputCharTypes.getLatin1CharTypes()
static final XmlCharTypes
InputCharTypes.getUtf8CharTypes()
Methods in com.fasterxml.aalto.in with parameters of type XmlCharTypesModifier and TypeMethodDescriptionprotected final PName
ByteBasedScanner.addUTFPName
(ByteBasedPNameTable symbols, XmlCharTypes charTypes, int hash, int[] quads, int qlen, int lastQuadBytes) Conceptually, this method really does NOT belong here. -
Uses of XmlCharTypes in com.fasterxml.aalto.out
Subclasses of XmlCharTypes in com.fasterxml.aalto.outFields in com.fasterxml.aalto.out declared as XmlCharTypesModifier and TypeFieldDescriptionprotected final XmlCharTypes
ByteXmlWriter._charTypes
Validation tables used for verifying validity (and need for quoting)(package private) final XmlCharTypes
CharXmlWriter.mCharTypes
Validation tables used for verifying validity (and need for quoting)private static XmlCharTypes
OutputCharTypes.sAsciiCharTypes
private static XmlCharTypes
OutputCharTypes.sLatin1CharTypes
private static final XmlCharTypes
OutputCharTypes.sUtf8CharTypes
Methods in com.fasterxml.aalto.out that return XmlCharTypesModifier and TypeMethodDescriptionstatic final XmlCharTypes
OutputCharTypes.getAsciiCharTypes()
static final XmlCharTypes
OutputCharTypes.getLatin1CharTypes()
static final XmlCharTypes
OutputCharTypes.getUtf8CharTypes()
Constructors in com.fasterxml.aalto.out with parameters of type XmlCharTypesModifierConstructorDescriptionprotected
ByteXmlWriter
(WriterConfig cfg, OutputStream out, XmlCharTypes charTypes) SingleByteXmlWriter
(WriterConfig cfg, OutputStream out, XmlCharTypes charTypes) -
Uses of XmlCharTypes in test
Fields in test declared as XmlCharTypes