|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xerces.util.XMLGrammarPoolImpl org.deegree.commons.xml.schema.GrammarPool
class GrammarPool
Xerces XMLGrammarPool
implementation that wraps a Xerces SymbolTable
.
TODO can Grammars be parsed individually?
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.xerces.util.XMLGrammarPoolImpl |
---|
org.apache.xerces.util.XMLGrammarPoolImpl.Entry |
Field Summary |
---|
Fields inherited from class org.apache.xerces.util.XMLGrammarPoolImpl |
---|
fGrammarCount, fGrammars, fPoolIsLocked, TABLE_SIZE |
Constructor Summary | |
---|---|
GrammarPool(org.apache.xerces.util.SymbolTable sym)
Creates a new GrammarPool instance based on the given Xerces SymbolTable . |
Method Summary | |
---|---|
(package private) org.apache.xerces.util.SymbolTable |
getSymbolTable()
Returns the wrapped SymbolTable . |
Methods inherited from class org.apache.xerces.util.XMLGrammarPoolImpl |
---|
cacheGrammars, clear, containsGrammar, equals, getGrammar, hashCode, lockPool, putGrammar, removeGrammar, retrieveGrammar, retrieveInitialGrammarSet, unlockPool |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
GrammarPool(org.apache.xerces.util.SymbolTable sym)
GrammarPool
instance based on the given Xerces SymbolTable
.
sym
- Xerces SymbolTable
, never null
Method Detail |
---|
org.apache.xerces.util.SymbolTable getSymbolTable()
SymbolTable
.
SymbolTable
, never null
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |