Class LSPXMLGrammarPool.Entry
java.lang.Object
org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPXMLGrammarPool.Entry
- Enclosing class:
- LSPXMLGrammarPool
This class is a grammar pool entry. Each entry acts as a node in a linked
list.
-
Field Summary
FieldsModifier and TypeFieldDescriptionorg.apache.xerces.xni.grammars.XMLGrammarDescriptionorg.apache.xerces.xni.grammars.Grammarint -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedEntry(int hash, org.apache.xerces.xni.grammars.XMLGrammarDescription desc, org.apache.xerces.xni.grammars.Grammar grammar, LSPXMLGrammarPool.Entry next) -
Method Summary
-
Field Details
-
hash
public int hash -
desc
public org.apache.xerces.xni.grammars.XMLGrammarDescription desc -
grammar
public org.apache.xerces.xni.grammars.Grammar grammar -
next
-
internalSubset
-
-
Constructor Details
-
Entry
protected Entry(int hash, org.apache.xerces.xni.grammars.XMLGrammarDescription desc, org.apache.xerces.xni.grammars.Grammar grammar, LSPXMLGrammarPool.Entry next)
-
-
Method Details
-
isDirty
public boolean isDirty() -
clear
protected void clear()
-