org.apache.xerces.impl.xs.util

Class XSGrammarPool

Implemented Interfaces:
org.apache.xerces.xni.grammars.XMLGrammarPool

public class XSGrammarPool
extends XMLGrammarPoolImpl

Add a method that return an XSModel that represents components in the schema grammars in this pool implementation.
Version:
$Id: XSGrammarPool.java 446723 2006-09-15 20:37:45Z mrglavas $

Nested Class Summary

Nested classes/interfaces inherited from class org.apache.xerces.util.XMLGrammarPoolImpl

XMLGrammarPoolImpl.Entry

Field Summary

Fields inherited from class org.apache.xerces.util.XMLGrammarPoolImpl

TABLE_SIZE, fGrammarCount, fGrammars, fPoolIsLocked

Method Summary

org.apache.xerces.xs.XSModel
toXSModel()
Return an XSModel that represents components in the schema grammars in this pool implementation.

Methods inherited from class org.apache.xerces.util.XMLGrammarPoolImpl

cacheGrammars, clear, containsGrammar, equals, getGrammar, hashCode, lockPool, putGrammar, removeGrammar, retrieveGrammar, retrieveInitialGrammarSet, unlockPool

Method Details

toXSModel

public org.apache.xerces.xs.XSModel toXSModel()
Return an XSModel that represents components in the schema grammars in this pool implementation.
Returns:
an XSModel representing this schema grammar

Copyright B) 1999-2007 The Apache Software Foundation. All Rights Reserved.