Package | Description |
---|---|
com.fasterxml.aalto.in | |
com.fasterxml.aalto.out |
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.
|
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.mCharTypes
Validation tables used for verifying validity (and need for quoting)
|
Modifier and Type | Method and Description |
---|---|
static XmlCharTypes |
OutputCharTypes.getAsciiCharTypes() |
static XmlCharTypes |
OutputCharTypes.getLatin1CharTypes() |
static XmlCharTypes |
OutputCharTypes.getUtf8CharTypes() |
Constructor and Description |
---|
ByteXmlWriter(WriterConfig cfg,
OutputStream out,
XmlCharTypes charTypes) |
SingleByteXmlWriter(WriterConfig cfg,
OutputStream out,
XmlCharTypes charTypes) |
Copyright © 2013 Fasterxml.com. All Rights Reserved.