Class XSGrammarPool
- java.lang.Object
-
- org.smooks.engine.delivery.sax.ng.org.apache.xerces.util.XMLGrammarPoolImpl
-
- org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.util.XSGrammarPool
-
- All Implemented Interfaces:
XMLGrammarPool
public class XSGrammarPool extends XMLGrammarPoolImpl
Add a method that return anXSModelthat represents components in the schema grammars in this pool implementation.- Version:
- $Id$
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.smooks.engine.delivery.sax.ng.org.apache.xerces.util.XMLGrammarPoolImpl
XMLGrammarPoolImpl.Entry
-
-
Field Summary
-
Fields inherited from class org.smooks.engine.delivery.sax.ng.org.apache.xerces.util.XMLGrammarPoolImpl
fGrammarCount, fGrammars, fPoolIsLocked, TABLE_SIZE
-
-
Constructor Summary
Constructors Constructor Description XSGrammarPool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XSModeltoXSModel()Return anXSModelthat represents components in the schema grammars in this pool implementation.XSModeltoXSModel(short schemaVersion)protected XSModeltoXSModel(SchemaGrammar[] grammars, short schemaVersion)-
Methods inherited from class org.smooks.engine.delivery.sax.ng.org.apache.xerces.util.XMLGrammarPoolImpl
cacheGrammars, clear, containsGrammar, equals, getGrammar, hashCode, lockPool, putGrammar, removeGrammar, retrieveGrammar, retrieveInitialGrammarSet, unlockPool
-
-
-
-
Method Detail
-
toXSModel
public XSModel toXSModel()
Return anXSModelthat represents components in the schema grammars in this pool implementation.- Returns:
- an
XSModelrepresenting this schema grammar
-
toXSModel
public XSModel toXSModel(short schemaVersion)
-
toXSModel
protected XSModel toXSModel(SchemaGrammar[] grammars, short schemaVersion)
-
-