Uses of Class
com.fasterxml.aalto.in.CharBasedPNameTable
-
Packages that use CharBasedPNameTable Package Description com.fasterxml.aalto.in -
-
Uses of CharBasedPNameTable in com.fasterxml.aalto.in
Fields in com.fasterxml.aalto.in declared as CharBasedPNameTable Modifier and Type Field 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.Methods in com.fasterxml.aalto.in that return CharBasedPNameTable Modifier and Type Method Description CharBasedPNameTable
ReaderConfig. getCBSymbols()
CharBasedPNameTable
ReaderConfig.EncodingContext. getSymbols()
Methods in com.fasterxml.aalto.in with parameters of type CharBasedPNameTable Modifier and Type Method 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)
Constructors in com.fasterxml.aalto.in with parameters of type CharBasedPNameTable Constructor Description CharBasedPNameTable(CharBasedPNameTable parent)
-