fr.tireme.schemadoc.SDSchema.XSD
Class XSDSchemaCompositorWrapp

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.XSDSchemaCompositorWrapp
All Implemented Interfaces:
SDConcreteComponent, SDSchemaCompositor, SDSchemaDirective
Direct Known Subclasses:
XSDIncludeWrapp, XSDRedefineWrapp

public abstract class XSDSchemaCompositorWrapp
extends XSDSchemaDirectiveWrapp
implements SDSchemaCompositor

Author:
niemaz

Constructor Summary
XSDSchemaCompositorWrapp(org.eclipse.xsd.XSDSchemaCompositor xsdschemaCompositor_)
          Constructor for the XSDschemaCompositorWrapp object
 
Method Summary
 SDSchema getIncorporatedSchema()
          Gets the incorporated schema
 
Methods inherited from class fr.tireme.schemadoc.SDSchema.XSD.XSDSchemaDirectiveWrapp
getResolvedSchema, 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
getResolvedSchema, 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

XSDSchemaCompositorWrapp

public XSDSchemaCompositorWrapp(org.eclipse.xsd.XSDSchemaCompositor xsdschemaCompositor_)
Constructor for the XSDschemaCompositorWrapp object

Parameters:
xsdschemaCompositor_ - - the xsd schemaCompositor object to wrap
Method Detail

getIncorporatedSchema

public SDSchema getIncorporatedSchema()
                               throws Xs2dtdException
Gets the incorporated schema

Specified by:
getIncorporatedSchema in interface SDSchemaCompositor
Returns:
SDSchema - schema
Throws:
Xs2dtdException