public interface

XSGrammarPoolContainer

org.apache.xerces.jaxp.validation.XSGrammarPoolContainer

Class Overview

A container for grammar pools which only contain schema grammars.

Summary

Public Methods
abstract 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.
abstract XMLGrammarPool getGrammarPool()

Returns the grammar pool contained inside the container.

abstract 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 Methods

public abstract 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 abstract XMLGrammarPool getGrammarPool ()

Returns the grammar pool contained inside the container.

Returns
  • the grammar pool contained inside the container

public abstract 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
  • whether the schema components contained in this object can be considered to be a fully composed schema