Skip to main content



      Home
Home » Archived » XML Schema Definition (XSD) » Performance Improvements in loading xsd resource
Performance Improvements in loading xsd resource [message #575918] Sun, 17 August 2003 09:57
Eclipse UserFriend
I would like to know if there's anyway I can improve the performance of
reading of an xsd schema. I run my code in a profiler a lot of the time is
spent in this part of the code. If I know that the xsd is valid, and I'm
not concerned about errors, is there something I can turn off while
reading?

I am currently using the following code:

ResourceSet resourceSet = new ResourceSetImpl();


resourceSet.getResourceFactoryRegistry().getExtensionToFacto ryMap().put( "*",
new XSDResourceFactoryImpl());

resourceSet.getLoadOptions().put(XSDResourceImpl.XSD_TRACK_L OCATION,
Boolean.TRUE);
final XSDResourceImpl xsdMainResource = (XSDResourceImpl)
resourceSet.getResource(uri, true);
XSDSchema xsdSchema = xsdMainResource.getSchema();


Thanks,
Hayden Marchant
Previous Topic:Removing components from an XML schema
Next Topic:Performance Improvements in loading xsd resource
Goto Forum:
  


Current Time: Sun Jul 06 09:26:07 EDT 2025

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

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

Back to the top