public interface XSGrammarPoolContainer
A container for grammar pools which only contain schema grammars.
| Modifier and Type | Method and Description |
|---|---|
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.
|
XMLGrammarPool |
getGrammarPool()
Returns the grammar pool contained inside the container.
|
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.
|
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.
|
void |
setFeature(String featureId,
boolean state) |
void |
setProperty(String propertyId,
Object state) |
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.
Boolean getFeature(String featureId)
void setFeature(String featureId, boolean state)
Object getProperty(String propertyId)
Copyright © 2018–2021 mhoffrogge. All rights reserved.