org.apache.xerces.util
protected static final class SymbolTable.Entry extends Object
| Field Summary | |
|---|---|
| char[] | characters
Symbol characters. |
| SymbolTable.Entry | next The next entry. |
| String | symbol Symbol. |
| Constructor Summary | |
|---|---|
| Entry(String symbol, SymbolTable.Entry next)
Constructs a new entry from the specified symbol and next entry
reference. | |
| Entry(char[] ch, int offset, int length, SymbolTable.Entry next)
Constructs a new entry from the specified symbol information and
next entry reference. | |