fr.tireme.schemadoc.SDSchema.XSD
Class XSDImportWrapp

java.lang.Object
  extended by fr.tireme.schemadoc.SDSchema.XSD.SDConcreteComponentImpl
      extended by fr.tireme.schemadoc.SDSchema.XSD.XSDSchemaDirectiveWrapp
          extended by fr.tireme.schemadoc.SDSchema.XSD.XSDImportWrapp
All Implemented Interfaces:
SDConcreteComponent, SDImport, SDSchemaDirective

public class XSDImportWrapp
extends XSDSchemaDirectiveWrapp
implements SDImport

Author:
Mike Niemaz (niemaz@xrce.xerox.com)

Constructor Summary
XSDImportWrapp(org.eclipse.xsd.XSDImport xsdImport_)
          Constructor
 
Method Summary
 java.lang.String getNamespace()
          Gets the targetspace of the import
 SDSchema getResolvedSchema()
          Gets the resolved schema
 
Methods inherited from class fr.tireme.schemadoc.SDSchema.XSD.XSDSchemaDirectiveWrapp
getSchemaLocation, getSDDTDLocation, getSDDTDPublicName, getSDProperties, hasSDProperties, isParsable, setParsable
 
Methods inherited from class fr.tireme.schemadoc.SDSchema.XSD.SDConcreteComponentImpl
cloneObject, getContainerDomElement, getDomElement, getID, getLocalRootID, getWrappedObject, isAny, isAnyAttribute, isContainerNull, setID
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface fr.tireme.schemadoc.SDSchema.SDSchemaDirective
getSchemaLocation, getSDDTDLocation, getSDDTDPublicName, getSDProperties, hasSDProperties, isParsable, setParsable
 
Methods inherited from interface fr.tireme.schemadoc.SDSchema.SDConcreteComponent
cloneObject, getContainerDomElement, getDomElement, getID, getLocalRootID, getWrappedObject, isAny, isAnyAttribute, isContainerNull, setID
 

Constructor Detail

XSDImportWrapp

public XSDImportWrapp(org.eclipse.xsd.XSDImport xsdImport_)
Constructor

Parameters:
xsdImport_ - - the xsd import object to wrap
Method Detail

getNamespace

public java.lang.String getNamespace()
Gets the targetspace of the import

Specified by:
getNamespace in interface SDImport
Returns:
String - namespace

getResolvedSchema

public SDSchema getResolvedSchema()
                           throws Xs2dtdException
Gets the resolved schema

Specified by:
getResolvedSchema in interface SDSchemaDirective
Overrides:
getResolvedSchema in class XSDSchemaDirectiveWrapp
Returns:
SDSchema - schema
Throws:
Xs2dtdException