Class XMLGrammarPoolImpl.Entry

  • Enclosing class:
    XMLGrammarPoolImpl

    protected static final class XMLGrammarPoolImpl.Entry
    extends java.lang.Object
    This class is a grammar pool entry. Each entry acts as a node in a linked list.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Entry​(int hash, org.apache.xerces.xni.grammars.XMLGrammarDescription desc, org.apache.xerces.xni.grammars.Grammar grammar, XMLGrammarPoolImpl.Entry next)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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 org.apache.xerces.xni.grammars.XMLGrammarDescription desc
      • grammar

        public org.apache.xerces.xni.grammars.Grammar grammar
    • Constructor Detail

      • Entry

        protected Entry​(int hash,
                        org.apache.xerces.xni.grammars.XMLGrammarDescription desc,
                        org.apache.xerces.xni.grammars.Grammar grammar,
                        XMLGrammarPoolImpl.Entry next)
    • Method Detail

      • clear

        protected void clear()