Package | Description |
---|---|
org.apache.xerces.util |
Modifier and Type | Field and Description |
---|---|
protected SymbolTable.Entry[] |
SymbolTable.fBuckets
Buckets.
|
SymbolTable.Entry |
SymbolTable.Entry.next
The next entry.
|
Constructor and Description |
---|
Entry(char[] ch,
int offset,
int length,
SymbolTable.Entry next)
Constructs a new entry from the specified symbol information and
next entry reference.
|
Entry(String symbol,
SymbolTable.Entry next)
Constructs a new entry from the specified symbol and next entry
reference.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.