Package | Description |
---|---|
com.fasterxml.aalto.async |
Package that contains implementations of asynchronous (non-blocking)
parser.
|
com.fasterxml.aalto.in |
Modifier and Type | Field and Description |
---|---|
protected ByteBasedPNameTable |
AsyncByteScanner._symbols
For now, symbol table contains prefixed names.
|
Modifier and Type | Method and Description |
---|---|
protected PName |
AsyncByteScanner.addPName(ByteBasedPNameTable symbols,
int hash,
int[] quads,
int qlen,
int lastQuadBytes) |
Modifier and Type | Field and Description |
---|---|
protected ByteBasedPNameTable |
StreamScanner._symbols
For now, symbol table contains prefixed names.
|
Modifier and Type | Method and Description |
---|---|
ByteBasedPNameTable |
ReaderConfig.getBBSymbols() |
Modifier and Type | Method and 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.
|
boolean |
ByteBasedPNameTable.mergeFromChild(ByteBasedPNameTable child) |
void |
ReaderConfig.updateBBSymbols(ByteBasedPNameTable sym) |
Copyright © 2020 FasterXML. All rights reserved.