Uses of Interface
fr.tireme.schemadoc.SDSchema.SDSchemaContent

Packages that use SDSchemaContent
fr.tireme.schemadoc.SDSchema Defines all Schemadoc representation of an XSD object, in an independent way of the API used for loading the information. 
fr.tireme.schemadoc.SDSchema.XSD Implementation of fr.tireme.schemadoc.SDSchema based on an extension of the Eclipse XSD API. 
 

Uses of SDSchemaContent in fr.tireme.schemadoc.SDSchema
 

Subinterfaces of SDSchemaContent in fr.tireme.schemadoc.SDSchema
 interface SDAttribute
           
 interface SDAttributeGroup
           
 interface SDComplexType
           
 interface SDElement
           
 interface SDGroupDefinition
           
 interface SDNotation
           
 interface SDSimpleType
           
 

Methods in fr.tireme.schemadoc.SDSchema that return SDSchemaContent
 SDSchemaContent SDComplexType.cloneBaseTypeDefinition()
          Clones the base type definition.
 SDSchemaContent SDComplexType.getBaseTypeDefinition(SDSchema schema)
          Gets the base type definition (SDComplexType or SDSimpleType)
 SDSchemaContent SDElement.getType(SDSchema schema)
          Returns the type of this element
 

Uses of SDSchemaContent in fr.tireme.schemadoc.SDSchema.XSD
 

Classes in fr.tireme.schemadoc.SDSchema.XSD that implement SDSchemaContent
 class SDSchemaContentImpl
          Super absctract class implementing SDSchemaContent interface
 class XSDAttributeDeclarationWrapp
           
 class XSDAttributeGroupDefinitionWrapp
           
 class XSDComplexTypeDefinitionWrapp
           
 class XSDElementDeclarationWrapp
           
 class XSDModelGroupDefinitionWrapp
           
 class XSDNotationDeclarationWrapp
           
 class XSDSimpleTypeDefinitionWrapp
           
 

Methods in fr.tireme.schemadoc.SDSchema.XSD that return SDSchemaContent
 SDSchemaContent XSDComplexTypeDefinitionWrapp.cloneBaseTypeDefinition()
          Clones the base type definition.
 SDSchemaContent XSDComplexTypeDefinitionWrapp.getBaseTypeDefinition(SDSchema schema)
          Gets the base type definition (SDComplexType or SDSimpleType)
 SDSchemaContent XSDElementDeclarationWrapp.getType(SDSchema schema)
          Returns the type of this element