org.apache.xerces.util
Class SymbolTable.Entry
java.lang.Object
org.apache.xerces.util.SymbolTable.Entry
- SymbolTable
protected static final class SymbolTable.Entry
extends java.lang.Object
This class is a symbol table entry. Each entry acts as a node
in a linked list.
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.
|
characters
public char[] characters
Symbol characters. This information is duplicated here for
comparison performance.
symbol
public String symbol
Symbol.
Entry
public Entry(String symbol,
SymbolTable.Entry next)
Constructs a new entry from the specified symbol and next entry
reference.
Entry
public Entry(char[] ch,
int offset,
int length,
SymbolTable.Entry next)
Constructs a new entry from the specified symbol information and
next entry reference.
Copyright B) 1999-2006 The Apache Software Foundation. All Rights Reserved.