|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A container for grammar pools which only contain schema grammars.
Method Summary | |
java.lang.Boolean |
getFeature(java.lang.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. |
org.apache.xerces.xni.grammars.XMLGrammarPool |
getGrammarPool()
Returns the grammar pool contained inside the container. |
java.lang.String |
getXMLSchemaVersion()
Returns the version of the schema components contained in this object. |
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. |
Method Detail |
public org.apache.xerces.xni.grammars.XMLGrammarPool getGrammarPool()
Returns the grammar pool contained inside the container.
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.
public java.lang.Boolean getFeature(java.lang.String featureId)
public java.lang.String getXMLSchemaVersion()
Returns the version of the schema components contained in this object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |