BEA Systems, Inc.

weblogic.apache.xerces.util
Class XMLGrammarPoolImpl.Entry

java.lang.Object
  extended by weblogic.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
 XMLGrammarDescription desc
           
 Grammar grammar
           
 int hash
           
 XMLGrammarPoolImpl.Entry next
           
 
Constructor Summary
protected XMLGrammarPoolImpl.Entry(int hash, XMLGrammarDescription desc, Grammar grammar, XMLGrammarPoolImpl.Entry next)
           
 
Method Summary
protected  void clear()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hash

public int hash

desc

public XMLGrammarDescription desc

grammar

public Grammar grammar

next

public XMLGrammarPoolImpl.Entry next
Constructor Detail

XMLGrammarPoolImpl.Entry

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

clear

protected void clear()

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.