Package mf.org.apache.xerces.util

Examples of mf.org.apache.xerces.util.SoftReferenceSymbolTable$SREntryData


public class SoftReferenceSymbolTableConfiguration extends
    XIncludeAwareParserConfiguration {
   
    /** Default constructor. */
    public SoftReferenceSymbolTableConfiguration() {
        this(new SoftReferenceSymbolTable(), null, null);
    } // <init>()
View Full Code Here

TOP

Related Classes of mf.org.apache.xerces.util.SoftReferenceSymbolTable$SREntryData

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.