Top Description Methods
com.sun.org.apache.xerces.internal.jaxp.validation

public Interface XSGrammarPoolContainer

Known Direct Implementers
com.sun.org.apache.xerces.internal.jaxp.validation.AbstractXMLSchema
Imports
com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarPool

A container for grammar pools which only contain schema grammars.

Author
Michael Glavassevich, IBM

Method Summary

Modifier and TypeMethod 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 container
getGrammarPool
()

Returns 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 schema
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 void
setFeature(String featureId, boolean state)

public void
setProperty(String propertyId, Object state)

Method Detail

getFeatureback 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.

getGrammarPoolback to summary
public XMLGrammarPool getGrammarPool()

Returns the grammar pool contained inside the container.

Returns:XMLGrammarPool

the grammar pool contained inside the container

getPropertyback 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.

isFullyComposedback 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.

Returns:boolean

whether the schema components contained in this object can be considered to be a fully composed schema

setFeatureback to summary
public void setFeature(String featureId, boolean state)
setPropertyback to summary
public void setProperty(String propertyId, Object state)