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

Packages that use SDConcreteComponent
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 SDConcreteComponent in fr.tireme.schemadoc.SDSchema
 

Subinterfaces of SDConcreteComponent in fr.tireme.schemadoc.SDSchema
 interface SDAnnotation
           
 interface SDAttribute
           
 interface SDAttributeGroup
           
 interface SDAttributeUse
           
 interface SDComplexType
           
 interface SDElement
           
 interface SDGroupContent
           
 interface SDGroupDefinition
           
 interface SDImport
           
 interface SDInclude
           
 interface SDNotation
           
 interface SDParticle
           
 interface SDRedefine
           
 interface SDSchema
           
 interface SDSchemaCompositor
           
 interface SDSchemaContent
           
 interface SDSchemaDirective
           
 interface SDSimpleType
           
 interface SDWildCard
           
 

Methods in fr.tireme.schemadoc.SDSchema that return SDConcreteComponent
 SDConcreteComponent SDConcreteComponent.cloneObject()
          Deep copy of the concrete component
 SDConcreteComponent SDParticle.getContent()
          Gets the content of this particle
 SDConcreteComponent SDComplexType.getContent()
           
 SDConcreteComponent SDSchema.getCorrespondingComponent(org.w3c.dom.Node node)
           
 SDConcreteComponent XSDSchemaHandler.getNextObject()
          Gets the next global element of the SDConcreteComponent
 SDConcreteComponent SDSchema.getObject(java.lang.String id_)
           
 SDConcreteComponent SDSchema.resolve(java.lang.String name)
           
 SDConcreteComponent SDSchema.resolve(java.lang.String name, java.lang.String namespace)
           
 

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

Classes in fr.tireme.schemadoc.SDSchema.XSD that implement SDConcreteComponent
 class SDConcreteComponentImpl
           
 class SDSchemaContentImpl
          Super absctract class implementing SDSchemaContent interface
 class XSDAnnotationWrapp
           
 class XSDAttributeDeclarationWrapp
           
 class XSDAttributeGroupDefinitionWrapp
           
 class XSDAttributeUseWrapp
           
 class XSDComplexTypeDefinitionWrapp
           
 class XSDElementDeclarationWrapp
           
 class XSDImportWrapp
           
 class XSDIncludeWrapp
           
 class XSDModelGroupDefinitionWrapp
           
 class XSDModelGroupWrapp
           
 class XSDNotationDeclarationWrapp
           
 class XSDParticleWrapp
           
 class XSDRedefineWrapp
           
 class XSDSchemaCompositorWrapp
           
 class XSDSchemaDirectiveWrapp
           
 class XSDSchemaWrapp
           
 class XSDSimpleTypeDefinitionWrapp
           
 class XSDWildCardWrapp
           
 

Methods in fr.tireme.schemadoc.SDSchema.XSD that return SDConcreteComponent
 SDConcreteComponent XSDModelGroupWrapp.cloneObject()
          Deep copy of the simple type
 SDConcreteComponent SDConcreteComponentImpl.cloneObject()
          Deep copy of the simple type
 SDConcreteComponent XSDParticleWrapp.getContent()
          Gets the content of this particle.
 SDConcreteComponent XSDComplexTypeDefinitionWrapp.getContent()
          Returns the Complex Type content
 SDConcreteComponent XSDSchemaWrapp.getCorrespondingComponent(org.w3c.dom.Node node)
           
 SDConcreteComponent XSDSchemaWrapp.getObject(java.lang.String id)
           
 SDConcreteComponent XSDSchemaWrapp.resolve(java.lang.String name)
           
 SDConcreteComponent XSDSchemaWrapp.resolve(java.lang.String namespace, java.lang.String name)