Uses of Class
com.fasterxml.aalto.in.CharBasedPNameTable
Packages that use CharBasedPNameTable
-
Uses of CharBasedPNameTable in com.fasterxml.aalto.in
Fields in com.fasterxml.aalto.in declared as CharBasedPNameTableModifier and TypeFieldDescriptionprotected final 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 CharBasedPNameTableModifier and TypeMethodDescriptionReaderConfig.getCBSymbols()
ReaderConfig.EncodingContext.getSymbols()
Methods in com.fasterxml.aalto.in with parameters of type CharBasedPNameTableModifier and TypeMethodDescriptionvoid
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