org.apache.xerces.util

Class XMLGrammarPoolImpl.Entry

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
XMLGrammarDescriptiondesc
Grammargrammar
inthash
XMLGrammarPoolImpl.Entrynext
Constructor Summary
protected Entry(int hash, XMLGrammarDescription desc, Grammar grammar, XMLGrammarPoolImpl.Entry next)
Method Summary
protected voidclear()

Field Detail

desc

public XMLGrammarDescription desc

grammar

public Grammar grammar

hash

public int hash

public XMLGrammarPoolImpl.Entry next

Constructor Detail

Entry

protected Entry(int hash, XMLGrammarDescription desc, Grammar grammar, XMLGrammarPoolImpl.Entry next)

Method Detail

clear

protected void clear()
Copyright © 1999-2005 Apache XML Project. All Rights Reserved.