Xerces 2.0.0.alpha

org.apache.xerces.parsers
Class SchemaParser

java.lang.Object
  |
  +--org.apache.xerces.parsers.XMLParser
        |
        +--org.apache.xerces.parsers.XMLGrammarParser
              |
              +--org.apache.xerces.parsers.SchemaParser
All Implemented Interfaces:
org.apache.xerces.xni.XMLComponentManager

public abstract class SchemaParser
extends XMLGrammarParser

Version:
$Id: SchemaParser.java,v 1.1.2.7 2000/10/14 02:31:48 lehors Exp $

Field Summary
protected  DOMParser fDOMParser
          fDOMParser
protected  org.apache.xerces.impl.validation.GrammarPool fGrammarPool
          fGrammarPool
 
Fields inherited from class org.apache.xerces.parsers.XMLGrammarParser
fDatatypeValidatorFactory
 
Fields inherited from class org.apache.xerces.parsers.XMLParser
fEntityManager, fErrorReporter, fFeatures, fLocator, fProperties, fSymbolTable
 
Constructor Summary
SchemaParser(org.apache.xerces.util.SymbolTable symbolTable, org.apache.xerces.impl.validation.GrammarPool grammarPool)
           
 
Method Summary
 org.apache.xerces.impl.validation.grammars.SchemaGrammar getSchemaGrammar()
          getSchemaGrammar
 
Methods inherited from class org.apache.xerces.parsers.XMLGrammarParser
getFeature, getProperty
 
Methods inherited from class org.apache.xerces.parsers.XMLParser
checkFeature, checkProperty, getEntityResolver, getErrorHandler, parse, parse, reset, setEntityResolver, setErrorHandler, setFeature, setLocale, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fDOMParser

protected DOMParser fDOMParser
fDOMParser

fGrammarPool

protected org.apache.xerces.impl.validation.GrammarPool fGrammarPool
fGrammarPool
Constructor Detail

SchemaParser

public SchemaParser(org.apache.xerces.util.SymbolTable symbolTable,
                    org.apache.xerces.impl.validation.GrammarPool grammarPool)
Parameters:
symbolTable -  
grammarPool -  
Method Detail

getSchemaGrammar

public org.apache.xerces.impl.validation.grammars.SchemaGrammar getSchemaGrammar()
getSchemaGrammar
Returns:
 

Xerces 2.0.0.alpha