FileDocCategorySizeDatePackage
XMLGrammarParser.javaAPI DocJava SE 6 API1834Tue Jun 10 00:22:50 BST 2008com.sun.org.apache.xerces.internal.parsers

XMLGrammarParser

public abstract class XMLGrammarParser extends XMLParser
version
$Id: XMLGrammarParser.java,v 1.2.6.1 2005/09/08 03:59:36 sunithareddy Exp $

Fields Summary
protected DTDDVFactory
fDatatypeValidatorFactory
fDatatypeValidatorFactory
Constructors Summary
protected XMLGrammarParser(SymbolTable symbolTable)
Construct an XMLGrammarParser with the specified symbol table

param
symbolTable

        super((XMLParserConfiguration)ObjectFactory.createObject(
            "com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration",
            "com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration"
            ));
        fConfiguration.setProperty(Constants.XERCES_PROPERTY_PREFIX+Constants.SYMBOL_TABLE_PROPERTY, symbolTable);
    
Methods Summary