Uses of Interface
org.gxml.xs.SmType

Packages that use SmType
org.gxml.sa   
org.gxml.xs   
 

Uses of SmType in org.gxml.sa
 

Methods in org.gxml.sa that return SmType
 SmType<A,S> GxMetaBridge.getTypeDefinition(SmName<S> typeName)
          Returns the specified type definition.
 

Uses of SmType in org.gxml.xs
 

Subinterfaces of SmType in org.gxml.xs
 interface SmAtomicType<A,S>
           
 interface SmAtomicUrType<A,S>
          Marker interface for the Atomic Ur-Type (xs:anyAtomicType).
 interface SmComplexType<A,S>
           
 interface SmComplexUrType<A,S>
          Marker interface for the Complex Ur-Type (xs:anyType).
 interface SmListType<A,S>
           
 interface SmSimpleType<A,S>
           
 interface SmSimpleUrType<A,S>
          Marker interface for the Simple Ur-Type.
 interface SmUnionType<A,S>
           
 

Methods in org.gxml.xs that return SmType
 SmType<A,S> SmType.getBaseType()
          Returns the {base type definition} of this type.
 SmType<A,S> SmElement.getType()
          The {type definition} property.
 SmType<A,S> SmNamespace.getTypeDefinition(S name)
           
 SmType<A,S> SmSequenceTypeFactory.getTypeDefinition(SmName<S> dataType)
           
 SmType<A,S> SmMetaBridge.getTypeDefinition(SmName<S> typeName)
           
 SmType<A,S> SmComponentProvider.getTypeDefinition(SmName<S> name)
          Returns the SmType if it exists by the given name, otherwise null.
 SmType<A,S> SmSequenceTypeFactory.getTypeDefinition(SmNativeType nativeType)
           
 SmType<A,S> SmMetaBridge.getTypeDefinition(SmNativeType nativeType)
           
 SmType<A,S> SmComponentProvider.getTypeDefinition(SmNativeType name)
           
 

Methods in org.gxml.xs with parameters of type SmType
 boolean SmType.derivedFromType(SmType<A,S> ancestorType, java.util.Set<SmDerivationMethod> derivationMethods)
           
 



Copyright © 2009 TIBCO Software Inc. All Rights Reserved.