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 anXSModel
that 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 XSModel
toXSModel()
Return anXSModel
that represents components in the schema grammars in this pool implementation.XSModel
toXSModel(short schemaVersion)
protected XSModel
toXSModel(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 anXSModel
that represents components in the schema grammars in this pool implementation.- Returns:
- an
XSModel
representing this schema grammar
-
toXSModel
public XSModel toXSModel(short schemaVersion)
-
toXSModel
protected XSModel toXSModel(SchemaGrammar[] grammars, short schemaVersion)
-
-