org.eclipse.jpt.jaxb.core.xsd
Class XsdUtil

java.lang.Object
  extended by org.eclipse.jpt.jaxb.core.xsd.XsdUtil

public class XsdUtil
extends java.lang.Object

Utility class for building XSD model and its extensions for JAXB


Nested Class Summary
static class XsdUtil.XsdAdapterFactoryImpl
          The Factory for the XSD adapter model.
 
Constructor Summary
XsdUtil()
           
 
Method Summary
static org.eclipse.xsd.XSDSchema buildXSDModel(java.lang.String uriString)
          Given uri for an XML Schema document, parse the document and build corresponding EMF object.
static java.lang.Object getAdapter(org.eclipse.emf.common.notify.Notifier notifier)
           
static java.lang.String getResolvedUri(java.lang.String namespace, java.lang.String location)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XsdUtil

public XsdUtil()
Method Detail

getResolvedUri

public static java.lang.String getResolvedUri(java.lang.String namespace,
                                              java.lang.String location)

buildXSDModel

public static org.eclipse.xsd.XSDSchema buildXSDModel(java.lang.String uriString)
Given uri for an XML Schema document, parse the document and build corresponding EMF object.


getAdapter

public static java.lang.Object getAdapter(org.eclipse.emf.common.notify.Notifier notifier)