Uses of Interface
com.sun.xml.xsom.XSType
Package
Description
Interfaces that the client should use to access schema information.
Implementation of the
com.sun.xml.xsom
package.Parser that reads XML Schema documents and builds an
XSSchemaSet
object.-
Uses of XSType in com.sun.xml.xsom
Modifier and TypeInterfaceDescriptioninterface
Complex type.interface
List simple type.interface
Restriction simple type.interface
Simple type.interface
Union simple type.Modifier and TypeMethodDescriptionXSType.getBaseType()
Returns the base type of this type.XSType.getRedefinedBy()
If thisXSType
is redefined by another type, return that component.XSElementDecl.getType()
Gets the type of this element declaration.XSType[]
XSType.listSubstitutables()
Lists up types that can substitute this type by using xsi:type.Modifier and TypeMethodDescriptionXSSchema.getTypes()
Gets all theXSType
s in this schema (union ofXSSchema.getSimpleTypes()
andXSSchema.getComplexTypes()
XSSchema.iterateTypes()
XSSchemaSet.iterateTypes()
Iterates all type definitions in all the schemas.Modifier and TypeMethodDescriptionboolean
XSType.isDerivedFrom
(XSType t) Returns true if this type is derived from the specified type. -
Uses of XSType in com.sun.xml.xsom.impl
Modifier and TypeClassDescriptionclass
class
class
class
class
Modifier and TypeMethodDescriptionComplexTypeImpl.getBaseType()
SimpleTypeImpl.getBaseType()
ElementDecl.getType()
Ref.Type.getType()
Obtains a reference as a type.XSType[]
ComplexTypeImpl.listSubstitutables()
XSType[]
SimpleTypeImpl.listSubstitutables()
Modifier and TypeMethodDescriptionSchemaImpl.getTypes()
SchemaImpl.iterateTypes()
SchemaSetImpl.iterateTypes()
Modifier and TypeMethodDescriptionboolean
ComplexTypeImpl.isDerivedFrom
(XSType t) boolean
SimpleTypeImpl.isDerivedFrom
(XSType t) -
Uses of XSType in com.sun.xml.xsom.impl.parser
-
Uses of XSType in com.sun.xml.xsom.impl.scd
-
Uses of XSType in com.sun.xml.xsom.util