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 XMLGrammarDescriptiondescGrammargrammarinthashXMLGrammarPoolImpl.Entrynext
-
Constructor Summary
Constructors Modifier Constructor Description protectedEntry(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)
-
-