FileDocCategorySizeDatePackage
XSGrammarPoolContainer.javaAPI DocApache Xerces 3.0.12101Fri Sep 14 20:33:54 BST 2007org.apache.xerces.jaxp.validation

XSGrammarPoolContainer

public interface XSGrammarPoolContainer

A container for grammar pools which only contain schema grammars.

author
Michael Glavassevich, IBM
version
$Id: XSGrammarPoolContainer.java 447235 2006-09-18 05:01:44Z mrglavas $

Fields Summary
Constructors Summary
Methods Summary
public java.lang.BooleangetFeature(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.

public org.apache.xerces.xni.grammars.XMLGrammarPoolgetGrammarPool()

Returns the grammar pool contained inside the container.

return
the grammar pool contained inside the container

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

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