Uses of Class
com.fasterxml.aalto.in.ByteBasedPNameTable
-
Packages that use ByteBasedPNameTable Package Description com.fasterxml.aalto.async Package that contains implementations of asynchronous (non-blocking) parser.com.fasterxml.aalto.in test -
-
Uses of ByteBasedPNameTable in com.fasterxml.aalto.async
Fields in com.fasterxml.aalto.async declared as ByteBasedPNameTable Modifier and Type Field Description protected ByteBasedPNameTable
AsyncByteScanner. _symbols
For now, symbol table contains prefixed names.Methods in com.fasterxml.aalto.async with parameters of type ByteBasedPNameTable Modifier and Type Method Description protected PName
AsyncByteScanner. addPName(ByteBasedPNameTable symbols, int hash, int[] quads, int qlen, int lastQuadBytes)
-
Uses of ByteBasedPNameTable in com.fasterxml.aalto.in
Fields in com.fasterxml.aalto.in declared as ByteBasedPNameTable Modifier and Type Field Description protected ByteBasedPNameTable
StreamScanner. _symbols
For now, symbol table contains prefixed names.(package private) ByteBasedPNameTable
ReaderConfig.EncodingContext. mAsciiTable
(package private) ByteBasedPNameTable
ReaderConfig.EncodingContext. mLatin1Table
(package private) ByteBasedPNameTable
ReaderConfig.EncodingContext. mUtf8Table
Methods in com.fasterxml.aalto.in that return ByteBasedPNameTable Modifier and Type Method Description ByteBasedPNameTable
ReaderConfig.EncodingContext. getAsciiSymbols()
ByteBasedPNameTable
ReaderConfig. getBBSymbols()
ByteBasedPNameTable
ReaderConfig.EncodingContext. getLatin1Symbols()
ByteBasedPNameTable
ReaderConfig.EncodingContext. getUtf8Symbols()
Methods in com.fasterxml.aalto.in with parameters of type ByteBasedPNameTable Modifier and Type Method 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.EncodingContext. updateAsciiSymbols(ByteBasedPNameTable sym)
void
ReaderConfig. updateBBSymbols(ByteBasedPNameTable sym)
void
ReaderConfig.EncodingContext. updateLatin1Symbols(ByteBasedPNameTable sym)
void
ReaderConfig.EncodingContext. updateUtf8Symbols(ByteBasedPNameTable sym)
Constructors in com.fasterxml.aalto.in with parameters of type ByteBasedPNameTable Constructor Description ByteBasedPNameTable(ByteBasedPNameTable parent)
Constructor used when creating a child instance -
Uses of ByteBasedPNameTable in test
Fields in test declared as ByteBasedPNameTable Modifier and Type Field Description (package private) ByteBasedPNameTable
TestPNamePerf. mSymbols
(package private) ByteBasedPNameTable
TestNameHashing. mTable
(package private) ByteBasedPNameTable
TestNameTable. mTable
Methods in test with parameters of type ByteBasedPNameTable Modifier and Type Method Description (package private) PName
TestNameHashing. addSymbol(ByteBasedPNameTable table, java.lang.String word)
(package private) PName
TestNameHashing. tryToFind(ByteBasedPNameTable table, java.lang.String word)
-