Package | Description |
---|---|
com.fasterxml.aalto.in | |
com.fasterxml.aalto.out | |
test |
Modifier and Type | Class and Description |
---|---|
class |
InputCharTypes |
Modifier and Type | Field and Description |
---|---|
protected XmlCharTypes |
ByteBasedScanner._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 |
Modifier and Type | Method and Description |
---|---|
static XmlCharTypes |
InputCharTypes.getAsciiCharTypes() |
XmlCharTypes |
ReaderConfig.getCharTypes() |
static XmlCharTypes |
InputCharTypes.getLatin1CharTypes() |
static XmlCharTypes |
InputCharTypes.getUtf8CharTypes() |
Modifier and Type | Method and Description |
---|---|
protected PName |
ByteBasedScanner.addUtfPName(XmlCharTypes charTypes,
int hash,
int[] quads,
int qlen,
int lastQuadBytes)
Conceptually, this method really does NOT belong here.
|
Modifier and Type | Class and Description |
---|---|
class |
OutputCharTypes |
Modifier and Type | Field and 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 |
Modifier and Type | Method and Description |
---|---|
static XmlCharTypes |
OutputCharTypes.getAsciiCharTypes() |
static XmlCharTypes |
OutputCharTypes.getLatin1CharTypes() |
static XmlCharTypes |
OutputCharTypes.getUtf8CharTypes() |
Constructor and Description |
---|
ByteXmlWriter(WriterConfig cfg,
java.io.OutputStream out,
XmlCharTypes charTypes) |
SingleByteXmlWriter(WriterConfig cfg,
java.io.OutputStream out,
XmlCharTypes charTypes) |
Modifier and Type | Field and Description |
---|---|
(package private) XmlCharTypes |
TestPNamePerf.mCharTypes |