Package | Description |
---|---|
com.fasterxml.aalto.in |
Modifier and Type | Field and Description |
---|---|
protected CharBasedPNameTable |
ReaderScanner._symbols
For now, symbol table contains prefixed names.
|
(package private) CharBasedPNameTable |
ReaderConfig.EncodingContext.mGeneralTable
If there is no encoding to worry about, we only need a single
symbol table.
|
Modifier and Type | Method and Description |
---|---|
CharBasedPNameTable |
ReaderConfig.getCBSymbols() |
CharBasedPNameTable |
ReaderConfig.EncodingContext.getSymbols() |
Modifier and Type | Method and Description |
---|---|
void |
CharBasedPNameTable.mergeFromChild(CharBasedPNameTable child)
Method that allows contents of child table to potentially be
"merged in" with contents of this symbol table.
|
void |
ReaderConfig.updateCBSymbols(CharBasedPNameTable sym) |
void |
ReaderConfig.EncodingContext.updateSymbols(CharBasedPNameTable sym) |
Constructor and Description |
---|
CharBasedPNameTable(CharBasedPNameTable parent) |