fr.tireme.schemadoc.SDSchema.XSD
Class XSDIncludeWrapp

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
              extended by fr.tireme.schemadoc.SDSchema.XSD.XSDIncludeWrapp
All Implemented Interfaces:
SDConcreteComponent, SDInclude, SDSchemaCompositor, SDSchemaDirective

public class XSDIncludeWrapp
extends XSDSchemaCompositorWrapp
implements SDInclude

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

Constructor Summary
XSDIncludeWrapp(org.eclipse.xsd.XSDInclude xsdInclude_)
          Constructor for the XSDIncludeWrapp object
 
Method Summary
 
Methods inherited from class fr.tireme.schemadoc.SDSchema.XSD.XSDSchemaCompositorWrapp
getIncorporatedSchema
 
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.SDSchemaCompositor
getIncorporatedSchema
 
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

XSDIncludeWrapp

public XSDIncludeWrapp(org.eclipse.xsd.XSDInclude xsdInclude_)
Constructor for the XSDIncludeWrapp object

Parameters:
xsdInclude_ - - the xsd include object to wrap