org.apache.xerces.util
protected static final class XMLGrammarPoolImpl.Entry extends Object
| Field Summary | |
|---|---|
| XMLGrammarDescription | desc |
| Grammar | grammar |
| int | hash |
| XMLGrammarPoolImpl.Entry | next |
| Constructor Summary | |
|---|---|
| protected | Entry(int hash, XMLGrammarDescription desc, Grammar grammar, XMLGrammarPoolImpl.Entry next) |
| Method Summary | |
|---|---|
| protected void | clear() |