FileDocCategorySizeDatePackage
XSGrammarPoolContainer.javaAPI DocJava SE 6 API1661Tue Jun 10 00:22:48 BST 2008com.sun.org.apache.xerces.internal.jaxp.validation

XSGrammarPoolContainer

public interface XSGrammarPoolContainer

A container for grammar pools which only contain schema grammars.

author
Michael Glavassevich, IBM
version
$Id: XSGrammarPoolContainer.java,v 1.1.4.1 2005/09/05 11:49:36 sunithareddy Exp $

Fields Summary
Constructors Summary
Methods Summary
public com.sun.org.apache.xerces.internal.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