protected static final class XMLGrammarPoolImpl.Entry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
org.apache.xerces.xni.grammars.XMLGrammarDescription |
desc |
org.apache.xerces.xni.grammars.Grammar |
grammar |
int |
hash |
XMLGrammarPoolImpl.Entry |
next |
Modifier | Constructor and Description |
---|---|
protected |
XMLGrammarPoolImpl.Entry(int hash,
org.apache.xerces.xni.grammars.XMLGrammarDescription desc,
org.apache.xerces.xni.grammars.Grammar grammar,
XMLGrammarPoolImpl.Entry next) |
Modifier and Type | Method and Description |
---|---|
protected void |
clear() |
public int hash
public org.apache.xerces.xni.grammars.XMLGrammarDescription desc
public org.apache.xerces.xni.grammars.Grammar grammar
public XMLGrammarPoolImpl.Entry next
protected XMLGrammarPoolImpl.Entry(int hash, org.apache.xerces.xni.grammars.XMLGrammarDescription desc, org.apache.xerces.xni.grammars.Grammar grammar, XMLGrammarPoolImpl.Entry next)
Copyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.