FileDocCategorySizeDatePackage
XMLGrammarParser.javaAPI DocApache Xerces 3.0.11941Fri Sep 14 20:33:54 BST 2007org.apache.xerces.parsers

XMLGrammarParser

public abstract class XMLGrammarParser extends XMLParser
version
$Id: XMLGrammarParser.java 447239 2006-09-18 05:08:26Z mrglavas $

Fields Summary
protected org.apache.xerces.impl.dv.DTDDVFactory
fDatatypeValidatorFactory
fDatatypeValidatorFactory
Constructors Summary
protected XMLGrammarParser(org.apache.xerces.util.SymbolTable symbolTable)
Construct an XMLGrammarParser with the specified symbol table

param
symbolTable

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