Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » XML Schema Definition (XSD) » First schema loading time
First schema loading time [message #563084] Tue, 22 October 2002 09:42
Eclipse UserFriend
Originally posted by: wgkang.tagfree.com

Hi.

First schema loding need too long time.

============================
XSDResourceFactoryImpl factory = new XSDResourceFactoryImpl();
Resource resource =
factory.createResource(URI.createFileURI("c://a.xsd"));
XSDResourceImpl xsdresource = (XSDResourceImpl) resource;
Map namespaceMap = new HashMap();
namespaceMap.put("aaa", "http://aaa/aaa");
xsdresource.load(namespaceMap);
============================
The cause of this problem was "xsdresource.load(namespaceMap);" --> last
line

How do I loading a class beforehand? and What class?

Thanks.
-wgkang-
Previous Topic:Create from XML document
Next Topic:First schema loading time
Goto Forum:
  


Current Time: Fri Apr 19 05:47:54 GMT 2024

Powered by FUDForum. Page generated in 0.01722 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top