Uses of Interface
org.gxml.xs.SmSimpleType

Packages that use SmSimpleType
org.gxml.xs   
 

Uses of SmSimpleType in org.gxml.xs
 

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

Methods in org.gxml.xs that return SmSimpleType
 SmSimpleType<A,S> SmUnionType.getBaseType()
           
 SmSimpleType<A,S> SmListType.getBaseType()
           
 SmSimpleType<A,S> SmListType.getItemType()
           
 SmSimpleType<A,S> SmSimpleType.getPrimitiveType()
           
 SmSimpleType<A,S> SmContentType.getSimpleType()
          Returns a simple type definition when the kind part is SmContentTypeKind.Simple.
 SmSimpleType<A,S> SmComponentProvider.getSimpleType(SmName<S> name)
          Returns the SmSimpleType if it exists by the given name, otherwise null.
 SmSimpleType<A,S> SmCache.getSimpleType(SmName<S> name)
           
 SmSimpleType<A,S> SmComponentProvider.getSimpleType(SmNativeType name)
           
 SmSimpleType<A,S> SmCache.getSimpleType(SmNativeType nativeType)
           
 SmSimpleType<?,?> SmDatatypeException.getType()
           
 SmSimpleType<A,S> SmAttribute.getType()
           
 

Methods in org.gxml.xs that return types with arguments of type SmSimpleType
 java.lang.Iterable<SmSimpleType<A,S>> SmUnionType.getMemberTypes()
          Returns the member types for union and list simple types.
 java.lang.Iterable<SmSimpleType<A,S>> SmSchema.getSimpleTypes()
          Returns the Simple type definitions.
 

Methods in org.gxml.xs with parameters of type SmSimpleType
 void SmParserHandler.error(SmSimpleType<A,S> simpleType, SmException exception)
           
 void SmLimit.validate(A atom, SmSimpleType<A,S> simpleType)
           
 void SmFacet.validate(java.util.List<? extends A> actualValue, SmSimpleType<A,S> simpleType)
          Checks the passed typed value acccording to this facet.
 

Constructors in org.gxml.xs with parameters of type SmSimpleType
SmDatatypeException(java.lang.String literal, SmSimpleType<?,?> type)
           
SmDatatypeException(java.lang.String literal, SmSimpleType<?,?> type, SmException cause)
           
SmSimpleTypeException(java.lang.String initialValue, SmSimpleType<?,?> type, SmException cause)
           
 



Copyright © 2009 TIBCO Software Inc. All Rights Reserved.