org.apache.xerces.jaxp.validation
public interface XSGrammarPoolContainer
A container for grammar pools which only contain schema grammars.
Version: $Id: XSGrammarPoolContainer.java,v 1.2 2005/05/15 18:49:22 mrglavas Exp $
Method Summary | |
---|---|
XMLGrammarPool | getGrammarPool() Returns the grammar pool contained inside the container. |
boolean | isFullyComposed() Returns whether the schema components contained in this object can be considered to be a fully composed schema and should be used to the exclusion of other schema components which may be present elsewhere. |
Returns the grammar pool contained inside the container.
Returns: the grammar pool contained inside the container
Returns whether the schema components contained in this object can be considered to be a fully composed schema and should be used to the exclusion of other schema components which may be present elsewhere.
Returns: whether the schema components contained in this object can be considered to be a fully composed schema