Package org.apache.xerces.impl.dtd

Examples of org.apache.xerces.impl.dtd.XMLDTDDescription


    /** Default constructor. */
    protected AbstractDTDGrammar(SymbolTable symbolTable) {
        fSymbolTable = symbolTable;
        // are there really situations in which this is a good idea???  - NG
        fGrammarDescription = new XMLDTDDescription();
    } // <init>(SymbolTable)
View Full Code Here

TOP

Related Classes of org.apache.xerces.impl.dtd.XMLDTDDescription

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.