Xerces 2.0.0.alpha

org.apache.xerces.parsers
Class XMLGrammarParser

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

public abstract class XMLGrammarParser
extends XMLParser
implements org.apache.xerces.xni.XMLComponentManager

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

Field Summary
protected  org.apache.xerces.impl.validation.DatatypeValidatorFactory fDatatypeValidatorFactory
          fDatatypeValidatorFactory
 
Fields inherited from class org.apache.xerces.parsers.XMLParser
fEntityManager, fErrorReporter, fFeatures, fLocator, fProperties, fSymbolTable
 
Constructor Summary
protected XMLGrammarParser(org.apache.xerces.util.SymbolTable symbolTable)
           
 
Method Summary
 boolean getFeature(java.lang.String featureId)
          getFeature
 java.lang.Object getProperty(java.lang.String propertyId)
          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

fDatatypeValidatorFactory

protected org.apache.xerces.impl.validation.DatatypeValidatorFactory fDatatypeValidatorFactory
fDatatypeValidatorFactory
Constructor Detail

XMLGrammarParser

protected XMLGrammarParser(org.apache.xerces.util.SymbolTable symbolTable)
Parameters:
symbolTable -  
Method Detail

getFeature

public boolean getFeature(java.lang.String featureId)
                   throws SAXNotRecognizedException,
                          SAXNotSupportedException
getFeature
Specified by:
getFeature in interface org.apache.xerces.xni.XMLComponentManager
Overrides:
getFeature in class XMLParser
Parameters:
featureId -  
Returns:
 

getProperty

public java.lang.Object getProperty(java.lang.String propertyId)
                             throws SAXNotRecognizedException,
                                    SAXNotSupportedException
getProperty
Specified by:
getProperty in interface org.apache.xerces.xni.XMLComponentManager
Overrides:
getProperty in class XMLParser
Parameters:
propertyId -  
Returns:
 

Xerces 2.0.0.alpha