|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface describes an XML Schema to Ecore builder.
Method Summary | |
Collection |
generate(Collection uris)
Given XML Schema location URIs this method creates corresponding Ecore model(s) |
Collection |
generate(Map targetNamespaceToURI)
Given a map of XML Schema targetNamespaces (String) to XML Schema location URIs, this method generates corresponding Ecore model(s). |
Collection |
generate(URI uri)
Given an XML schema location URI this method creates corresponding Ecore model(s) |
void |
setExtendedMetaData(ExtendedMetaData extendedMetaData)
Sets extended meta data to register generated Ecore models. |
Method Detail |
public Collection generate(URI uri) throws Exception
uri
- - location of the XML Schema files.
Exception
URI
public Collection generate(Collection uris) throws Exception
uris
- - locations of the XML Schema files.
Exception
URI
public Collection generate(Map targetNamespaceToURI) throws Exception
targetNamespaceToURI
- - a map of XML Schema targetNamespaces to XML Schema location URIs
Exception
URI
public void setExtendedMetaData(ExtendedMetaData extendedMetaData)
extendedMetaData
-
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |