org.apache.xerces.jaxp.validation
Interface XSGrammarPoolContainer
public interface XSGrammarPoolContainer
A container for grammar pools which only contain schema grammars.
$Id: XSGrammarPoolContainer.java,v 1.2 2005/05/15 18:49:22 mrglavas Exp $- Michael Glavassevich, IBM
org.apache.xerces.xni.grammars.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.
|
getGrammarPool
public org.apache.xerces.xni.grammars.XMLGrammarPool getGrammarPool()
Returns the grammar pool contained inside the container.
- the grammar pool contained inside the container
isFullyComposed
public 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.
- whether the schema components contained in this object
can be considered to be a fully composed schema
Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.