Uses of Class
com.fasterxml.aalto.util.XmlCharTypes
-
Packages that use XmlCharTypes Package Description com.fasterxml.aalto.async Package that contains implementations of asynchronous (non-blocking) parser.com.fasterxml.aalto.in com.fasterxml.aalto.out test -
-
Uses of XmlCharTypes in com.fasterxml.aalto.async
Fields in com.fasterxml.aalto.async declared as XmlCharTypes Modifier and Type Field Description protected 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.in Modifier and Type Class Description class
InputCharTypes
Fields in com.fasterxml.aalto.in declared as XmlCharTypes Modifier and Type Field Description protected 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 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 XmlCharTypes
InputCharTypes. sUtf8CharTypes
Methods in com.fasterxml.aalto.in that return XmlCharTypes Modifier and Type Method Description static XmlCharTypes
InputCharTypes. getAsciiCharTypes()
XmlCharTypes
ReaderConfig. getCharTypes()
static XmlCharTypes
InputCharTypes. getLatin1CharTypes()
static XmlCharTypes
InputCharTypes. getUtf8CharTypes()
Methods in com.fasterxml.aalto.in with parameters of type XmlCharTypes Modifier and Type Method Description protected 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.out Modifier and Type Class Description class
OutputCharTypes
Fields in com.fasterxml.aalto.out declared as XmlCharTypes Modifier and Type Field Description protected XmlCharTypes
ByteXmlWriter. _charTypes
Validation tables used for verifying validity (and need for quoting)(package private) 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 XmlCharTypes
OutputCharTypes. sUtf8CharTypes
Methods in com.fasterxml.aalto.out that return XmlCharTypes Modifier and Type Method Description static XmlCharTypes
OutputCharTypes. getAsciiCharTypes()
static XmlCharTypes
OutputCharTypes. getLatin1CharTypes()
static XmlCharTypes
OutputCharTypes. getUtf8CharTypes()
Constructors in com.fasterxml.aalto.out with parameters of type XmlCharTypes Constructor Description ByteXmlWriter(WriterConfig cfg, java.io.OutputStream out, XmlCharTypes charTypes)
SingleByteXmlWriter(WriterConfig cfg, java.io.OutputStream out, XmlCharTypes charTypes)
-
Uses of XmlCharTypes in test
Fields in test declared as XmlCharTypes Modifier and Type Field Description (package private) XmlCharTypes
TestPNamePerf. mCharTypes
-