A container for grammar pools which only contain schema grammars.
Modifier and Type | Method and Description |
---|---|
public Boolean | getFeature(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. |
public XMLGrammarPool | Returns: the grammar pool contained inside the containerReturns the grammar pool contained inside the container. |
public Object | getProperty(String propertyId)
Returns the initial value of a property for validators created using this grammar pool container or null if the validators should use the default value. |
public boolean | Returns: whether the schema components contained in this object can be considered to be a fully composed schemaReturns 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. |
public void | |
public void |
getFeature | back to summary |
---|---|
public Boolean getFeature(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. |
getGrammarPool | back to summary |
---|---|
public XMLGrammarPool getGrammarPool() Returns the grammar pool contained inside the container.
|
getProperty | back to summary |
---|---|
public Object getProperty(String propertyId) Returns the initial value of a property for validators created using this grammar pool container or null if the validators should use the default value. |
isFullyComposed | back to summary |
---|---|
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.
|
setFeature | back to summary |
---|---|
public void setFeature(String featureId, boolean state) |
setProperty | back to summary |
---|---|
public void setProperty(String propertyId, Object state) |