Uses of Class
com.fasterxml.aalto.in.ByteBasedPNameTable
Packages that use ByteBasedPNameTable
Package
Description
Package that contains implementations of asynchronous (non-blocking)
parser.
-
Uses of ByteBasedPNameTable in com.fasterxml.aalto.async
Fields in com.fasterxml.aalto.async declared as ByteBasedPNameTableModifier and TypeFieldDescriptionprotected ByteBasedPNameTable
AsyncByteScanner._symbols
For now, symbol table contains prefixed names.Methods in com.fasterxml.aalto.async with parameters of type ByteBasedPNameTableModifier and TypeMethodDescriptionprotected final 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 ByteBasedPNameTableModifier and TypeFieldDescriptionprotected final 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 ByteBasedPNameTableModifier and TypeMethodDescriptionReaderConfig.EncodingContext.getAsciiSymbols()
ReaderConfig.getBBSymbols()
ReaderConfig.EncodingContext.getLatin1Symbols()
ReaderConfig.EncodingContext.getUtf8Symbols()
Methods in com.fasterxml.aalto.in with parameters of type ByteBasedPNameTableModifier and TypeMethodDescriptionprotected final 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 ByteBasedPNameTableModifierConstructorDescription(package private)
Constructor used when creating a child instance -
Uses of ByteBasedPNameTable in test
Fields in test declared as ByteBasedPNameTableModifier and TypeFieldDescription(package private) final ByteBasedPNameTable
TestPNamePerf.mSymbols
(package private) ByteBasedPNameTable
TestNameHashing.mTable
(package private) final ByteBasedPNameTable
TestNameTable.mTable
Methods in test with parameters of type ByteBasedPNameTableModifier and TypeMethodDescription(package private) PName
TestNameHashing.addSymbol
(ByteBasedPNameTable table, String word) (package private) PName
TestNameHashing.tryToFind
(ByteBasedPNameTable table, String word)