org.apache.xerces.jaxp.validation
Interface XSGrammarPoolContainer
public interface XSGrammarPoolContainer
A container for grammar pools which only contain schema grammars.
$Id: XSGrammarPoolContainer.java 381134 2006-02-26 18:20:57Z mrglavas $- Michael Glavassevich, IBM
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.
|
org.apache.xerces.xni.grammars.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.
|
getFeature
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
public org.apache.xerces.xni.grammars.XMLGrammarPool getGrammarPool()
Returns the grammar pool contained inside the container.
- the grammar pool contained inside the container
isFullyComposed
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.
- whether the schema components contained in this object
can be considered to be a fully composed schema
Copyright B) 1999-2006 The Apache Software Foundation. All Rights Reserved.