Package org.apache.xerces.impl

Examples of org.apache.xerces.impl.XML11EntityManager

@author Andy Clark, IBM @author Arnaud Le Hors, IBM @version $Id: XML11EntityManager.java,v 1.2 2002/09/16 21:23:49 neilg Exp $

    // factory methods

    /** Creates an entity manager. */
    protected XMLEntityManager createEntityManager() {
        return new XML11EntityManager();
    } // createEntityManager():XMLEntityManager
View Full Code Here

TOP

Related Classes of org.apache.xerces.impl.XML11EntityManager

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.