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 ByteBasedPNameTableAsyncByteScanner._symbolsFor now, symbol table contains prefixed names.Methods in com.fasterxml.aalto.async with parameters of type ByteBasedPNameTableModifier and TypeMethodDescriptionprotected final PNameAsyncByteScanner.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 ByteBasedPNameTableStreamScanner._symbolsFor now, symbol table contains prefixed names.Methods in com.fasterxml.aalto.in that return ByteBasedPNameTableMethods in com.fasterxml.aalto.in with parameters of type ByteBasedPNameTableModifier and TypeMethodDescriptionprotected final PNameByteBasedScanner.addUTFPName(ByteBasedPNameTable symbols, XmlCharTypes charTypes, int hash, int[] quads, int qlen, int lastQuadBytes) Conceptually, this method really does NOT belong here.booleanByteBasedPNameTable.mergeFromChild(ByteBasedPNameTable child) voidReaderConfig.updateBBSymbols(ByteBasedPNameTable sym)