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.(package private) ByteBasedPNameTableReaderConfig.EncodingContext.mAsciiTable(package private) ByteBasedPNameTableReaderConfig.EncodingContext.mLatin1Table(package private) ByteBasedPNameTableReaderConfig.EncodingContext.mUtf8TableMethods 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 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.EncodingContext.updateAsciiSymbols(ByteBasedPNameTable sym) voidReaderConfig.updateBBSymbols(ByteBasedPNameTable sym) voidReaderConfig.EncodingContext.updateLatin1Symbols(ByteBasedPNameTable sym) voidReaderConfig.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 ByteBasedPNameTableTestPNamePerf.mSymbols(package private) ByteBasedPNameTableTestNameHashing.mTable(package private) final ByteBasedPNameTableTestNameTable.mTableMethods in test with parameters of type ByteBasedPNameTableModifier and TypeMethodDescription(package private) PNameTestNameHashing.addSymbol(ByteBasedPNameTable table, String word) (package private) PNameTestNameHashing.tryToFind(ByteBasedPNameTable table, String word)