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

XMLSchema

public final class XMLSchema extends AbstractXMLSchema

Implementation of Schema for W3C XML Schemas.

author
Michael Glavassevich, IBM
version
$Id: XMLSchema.java,v 1.1.4.1 2005/09/05 11:46:34 sunithareddy Exp $

Fields Summary
private final XMLGrammarPool
fGrammarPool
The grammar pool is immutable
Constructors Summary
public XMLSchema(XMLGrammarPool grammarPool)
Constructor

        fGrammarPool = grammarPool;
    
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

        return fGrammarPool;
    
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 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

        return true;