Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » XML Schema Definition (XSD) » Load XSDSchema from DOM rather than file
Load XSDSchema from DOM rather than file [message #595324] Mon, 02 May 2005 22:23
Gary J is currently offline Gary JFriend
Messages: 61
Registered: July 2009
Member
Hi,

I usually create an XSDSchema object from a file resource:

XSDSchema schema = xsdResource.getSchema();

where xsdResource is created from a resourceSet.

In this case all I have is a DOM Node that corresponds to the root of a
schema document that has already been parsed in.

is it possible to create an XSDSchema object using a DOM Node as input?

Thanks

Gary
Previous Topic:How to extract values of maxOccurs and minOccurs ?
Next Topic:Load XSDSchema from DOM rather than file
Goto Forum:
  


Current Time: Wed Apr 24 17:25:03 GMT 2024

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

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

Back to the top