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 ByteBasedPNameTableAsyncByteScanner. _symbolsFor now, symbol table contains prefixed names.Methods in com.fasterxml.aalto.async with parameters of type ByteBasedPNameTable Modifier and Type Method Description protected 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 ByteBasedPNameTable Modifier and Type Field Description protected 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 ByteBasedPNameTable Modifier and Type Method Description ByteBasedPNameTableReaderConfig.EncodingContext. getAsciiSymbols()ByteBasedPNameTableReaderConfig. getBBSymbols()ByteBasedPNameTableReaderConfig.EncodingContext. getLatin1Symbols()ByteBasedPNameTableReaderConfig.EncodingContext. getUtf8Symbols()Methods in com.fasterxml.aalto.in with parameters of type ByteBasedPNameTable Modifier and Type Method Description protected 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 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) ByteBasedPNameTableTestPNamePerf. mSymbols(package private) ByteBasedPNameTableTestNameHashing. mTable(package private) ByteBasedPNameTableTestNameTable. mTableMethods in test with parameters of type ByteBasedPNameTable Modifier and Type Method Description (package private) PNameTestNameHashing. addSymbol(ByteBasedPNameTable table, java.lang.String word)(package private) PNameTestNameHashing. tryToFind(ByteBasedPNameTable table, java.lang.String word)
-