Uses of Class
com.fasterxml.aalto.in.PNameC
-
Packages that use PNameC Package Description com.fasterxml.aalto.in -
-
Uses of PNameC in com.fasterxml.aalto.in
Fields in com.fasterxml.aalto.in declared as PNameC Modifier and Type Field Description protected PNameC[]
CharBasedPNameTable. _symbols
Primary matching symbols; it's expected most match occur from here.static PNameC
EntityNames. ENTITY_AMP
static PNameC
EntityNames. ENTITY_APOS
static PNameC
EntityNames. ENTITY_GT
static PNameC
EntityNames. ENTITY_LT
static PNameC
EntityNames. ENTITY_QUOT
private PNameC
CharBasedPNameTable.Bucket. mSymbol
Methods in com.fasterxml.aalto.in that return PNameC Modifier and Type Method Description PNameC
CharBasedPNameTable. addSymbol(char[] buffer, int start, int len, int hash)
static PNameC
PNameC. construct(java.lang.String pname)
static PNameC
PNameC. construct(java.lang.String pname, int hash)
PNameC
CharBasedPNameTable.Bucket. find(char[] buf, int start, int len, int hash)
PNameC
CharBasedPNameTable. findSymbol(char[] buffer, int start, int len, int hash)
PNameC
CharBasedPNameTable.Bucket. getSymbol()
Constructors in com.fasterxml.aalto.in with parameters of type PNameC Constructor Description Bucket(PNameC symbol, CharBasedPNameTable.Bucket next)
-