Class XMLGrammarPoolImpl.Entry
- java.lang.Object
-
- org.smooks.engine.delivery.sax.ng.org.apache.xerces.util.XMLGrammarPoolImpl.Entry
-
- Enclosing class:
- XMLGrammarPoolImpl
protected static final class XMLGrammarPoolImpl.Entry extends Object
This class is a grammar pool entry. Each entry acts as a node in a linked list.
-
-
Field Summary
Fields Modifier and Type Field Description XMLGrammarDescription
desc
Grammar
grammar
int
hash
XMLGrammarPoolImpl.Entry
next
-
Constructor Summary
Constructors Modifier Constructor Description protected
Entry(int hash, XMLGrammarDescription desc, Grammar grammar, XMLGrammarPoolImpl.Entry next)
-
-
-
Field Detail
-
hash
public int hash
-
desc
public XMLGrammarDescription desc
-
grammar
public Grammar grammar
-
next
public XMLGrammarPoolImpl.Entry next
-
-
Constructor Detail
-
Entry
protected Entry(int hash, XMLGrammarDescription desc, Grammar grammar, XMLGrammarPoolImpl.Entry next)
-
-