FileDocCategorySizeDatePackage
XMLGrammarParser.javaAPI DocJava SE 5 API3882Fri Aug 26 14:55:54 BST 2005com.sun.org.apache.xerces.internal.parsers

XMLGrammarParser

public abstract class XMLGrammarParser extends XMLParser
version
$Id: XMLGrammarParser.java,v 1.9 2004/02/17 07:14:49 neeraj 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.XML11Configuration"
            ));
        fConfiguration.setProperty(Constants.XERCES_PROPERTY_PREFIX+Constants.SYMBOL_TABLE_PROPERTY, symbolTable);
    
Methods Summary