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 CharBasedPNameTableReaderScanner. _symbolsFor now, symbol table contains prefixed names.(package private) CharBasedPNameTableReaderConfig.EncodingContext. mGeneralTableIf 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 CharBasedPNameTableReaderConfig. getCBSymbols()CharBasedPNameTableReaderConfig.EncodingContext. getSymbols()Methods in com.fasterxml.aalto.in with parameters of type CharBasedPNameTable Modifier and Type Method Description voidCharBasedPNameTable. mergeFromChild(CharBasedPNameTable child)Method that allows contents of child table to potentially be "merged in" with contents of this symbol table.voidReaderConfig. updateCBSymbols(CharBasedPNameTable sym)voidReaderConfig.EncodingContext. updateSymbols(CharBasedPNameTable sym)Constructors in com.fasterxml.aalto.in with parameters of type CharBasedPNameTable Constructor Description CharBasedPNameTable(CharBasedPNameTable parent)
-