Uses of Interface
com.sun.xml.xsom.XSType

Packages that use XSType
com.sun.xml.xsom Interfaces that the client should use to access schema information. 
com.sun.xml.xsom.impl Implementation of the com.sun.xml.xsom package. 
com.sun.xml.xsom.impl.parser Parser that reads XML Schema documents and builds an XSSchemaSet object. 
com.sun.xml.xsom.impl.scd   
com.sun.xml.xsom.util   
 

Uses of XSType in com.sun.xml.xsom
 

Subinterfaces of XSType in com.sun.xml.xsom
 interface XSComplexType
          Complex type.
 interface XSListSimpleType
          List simple type.
 interface XSRestrictionSimpleType
          Restriction simple type.
 interface XSSimpleType
          Simple type.
 interface XSUnionSimpleType
          Union simple type.
 

Methods in com.sun.xml.xsom that return XSType
 XSType XSType.getBaseType()
          Returns the base type of this type.
 XSType XSType.getRedefinedBy()
          If this XSType is redefined by another type, return that component.
 XSType XSElementDecl.getType()
          Gets the type of this element declaration.
 XSType XSSchema.getType(String localName)
           
 XSType XSSchemaSet.getType(String namespaceURI, String localName)
           
 XSType[] XSType.listSubstitutables()
          Lists up types that can substitute this type by using xsi:type.
 

Methods in com.sun.xml.xsom that return types with arguments of type XSType
 Map<String,XSType> XSSchema.getTypes()
          Gets all the XSTypes in this schema (union of XSSchema.getSimpleTypes() and XSSchema.getComplexTypes()
 Iterator<XSType> XSSchema.iterateTypes()
           
 Iterator<XSType> XSSchemaSet.iterateTypes()
          Iterates all type definitions in all the schemas.
 

Methods in com.sun.xml.xsom with parameters of type XSType
 boolean XSType.isDerivedFrom(XSType t)
          Returns true if this type is derived from the specified type.
 

Uses of XSType in com.sun.xml.xsom.impl
 

Classes in com.sun.xml.xsom.impl that implement XSType
 class ComplexTypeImpl
           
 class ListSimpleTypeImpl
           
 class RestrictionSimpleTypeImpl
           
 class SimpleTypeImpl
           
 class UnionSimpleTypeImpl
           
 

Methods in com.sun.xml.xsom.impl that return XSType
 XSType SimpleTypeImpl.getBaseType()
           
 XSType ComplexTypeImpl.getBaseType()
           
 XSType Ref.Type.getType()
          Obtains a reference as a type.
 XSType ElementDecl.getType()
           
 XSType SchemaImpl.getType(String name)
           
 XSType SchemaSetImpl.getType(String ns, String localName)
           
 XSType[] SimpleTypeImpl.listSubstitutables()
           
 XSType[] ComplexTypeImpl.listSubstitutables()
           
 

Methods in com.sun.xml.xsom.impl that return types with arguments of type XSType
 Map<String,XSType> SchemaImpl.getTypes()
           
 Iterator<XSType> SchemaSetImpl.iterateTypes()
           
 Iterator<XSType> SchemaImpl.iterateTypes()
           
 

Methods in com.sun.xml.xsom.impl with parameters of type XSType
 boolean SimpleTypeImpl.isDerivedFrom(XSType t)
           
 boolean ComplexTypeImpl.isDerivedFrom(XSType t)
           
 

Uses of XSType in com.sun.xml.xsom.impl.parser
 

Methods in com.sun.xml.xsom.impl.parser that return XSType
 XSType SubstGroupBaseTypeRef.getType()
           
 XSType DelayedRef.Type.getType()
           
 

Uses of XSType in com.sun.xml.xsom.impl.scd
 

Fields in com.sun.xml.xsom.impl.scd with type parameters of type XSType
static Axis<XSType> Axis.BASETYPE
           
static Axis<XSType> Axis.TYPE_DEFINITION
           
 

Uses of XSType in com.sun.xml.xsom.util
 

Methods in com.sun.xml.xsom.util with parameters of type XSType
abstract  boolean TypeSet.contains(XSType type)
          Return true if this TypeSet contains the specified type.
 boolean SimpleTypeSet.contains(XSType type)
           
 boolean TypeClosure.contains(XSType type)
           
 



Copyright © 2012 Oracle. All Rights Reserved.