fr.tireme.schemadoc.SDSchema
Interface SDSchemaCompositor

All Superinterfaces:
SDConcreteComponent, SDSchemaDirective
All Known Subinterfaces:
SDInclude, SDRedefine
All Known Implementing Classes:
XSDIncludeWrapp, XSDRedefineWrapp, XSDSchemaCompositorWrapp

public interface SDSchemaCompositor
extends SDSchemaDirective

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

Method Summary
 SDSchema getIncorporatedSchema()
          Gets the incorporated schema
 
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
 

Method Detail

getIncorporatedSchema

SDSchema getIncorporatedSchema()
                               throws Xs2dtdException
Gets the incorporated schema

Returns:
SDSchema - schema
Throws:
Xs2dtdException