Interface XSGrammarPoolContainer
-
public interface XSGrammarPoolContainerA container for grammar pools which only contain schema grammars.
- Version:
- $Id$
- Author:
- Michael Glavassevich, IBM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleangetFeature(String featureId)Returns the initial value of a feature for validators created using this grammar pool container or null if the validators should use the default value.XMLGrammarPoolgetGrammarPool()Returns the grammar pool contained inside the container.booleanisFullyComposed()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.
-
-
-
Method Detail
-
getGrammarPool
XMLGrammarPool getGrammarPool()
Returns the grammar pool contained inside the container.
- Returns:
- the grammar pool contained inside the container
-
isFullyComposed
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:
- whether the schema components contained in this object can be considered to be a fully composed schema
-
-