Package org.w3c.tools.resources

Examples of org.w3c.tools.resources.Resource.initialize()


    Resource root = (Resource) root_class.newInstance();
    if (defs == null)
        defs = new Hashtable(4);
    defs.put("identifier".intern(), default_root_name);
    defs.put("key".intern(), getRootKey());
    root.initialize(defs);
   
    NewStoreEntry entry = new NewStoreEntry(this,
              ROOT_REP,
              getRootKey());
    ResourceReference rr = entry.addResource(root, defs);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.