Uses of Interface
com.sun.xml.xsom.XSType
-
Packages that use XSType Package Description com.sun.tools.xjc.reader.xmlschema com.sun.xml.xsom Interfaces that the client should use to access schema information.com.sun.xml.xsom.impl Implementation of thecom.sun.xml.xsompackage.com.sun.xml.xsom.impl.parser Parser that reads XML Schema documents and builds anXSSchemaSetobject.com.sun.xml.xsom.impl.scd com.sun.xml.xsom.util -
-
Uses of XSType in com.sun.tools.xjc.reader.xmlschema
Methods in com.sun.tools.xjc.reader.xmlschema with parameters of type XSType Modifier and Type Method Description TypeUseClassSelector. bindToType(XSType t, XSComponent referer)Set<XSComponent>BGMBuilder. getReferer(XSType c)Find all types that refer to the given complex type. -
Uses of XSType in com.sun.xml.xsom
Subinterfaces of XSType in com.sun.xml.xsom Modifier and Type Interface Description interfaceXSComplexTypeComplex type.interfaceXSListSimpleTypeList simple type.interfaceXSRestrictionSimpleTypeRestriction simple type.interfaceXSSimpleTypeSimple type.interfaceXSUnionSimpleTypeUnion simple type.Methods in com.sun.xml.xsom that return XSType Modifier and Type Method Description XSTypeXSType. getBaseType()Returns the base type of this type.XSTypeXSType. getRedefinedBy()If thisXSTypeis redefined by another type, return that component.XSTypeXSElementDecl. getType()Gets the type of this element declaration.XSTypeXSSchema. getType(String localName)XSTypeXSSchemaSet. 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 Modifier and Type Method Description Map<String,XSType>XSSchema. getTypes()Gets all theXSTypes in this schema (union ofXSSchema.getSimpleTypes()andXSSchema.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 Modifier and Type Method Description booleanXSType. 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 Modifier and Type Class Description classComplexTypeImplclassListSimpleTypeImplclassRestrictionSimpleTypeImplclassSimpleTypeImplclassUnionSimpleTypeImplMethods in com.sun.xml.xsom.impl that return XSType Modifier and Type Method Description XSTypeComplexTypeImpl. getBaseType()XSTypeSimpleTypeImpl. getBaseType()XSTypeElementDecl. getType()XSTypeRef.Type. getType()Obtains a reference as a type.XSTypeSchemaImpl. getType(String name)XSTypeSchemaSetImpl. getType(String ns, String localName)XSType[]ComplexTypeImpl. listSubstitutables()XSType[]SimpleTypeImpl. listSubstitutables()Methods in com.sun.xml.xsom.impl that return types with arguments of type XSType Modifier and Type Method Description Map<String,XSType>SchemaImpl. getTypes()Iterator<XSType>SchemaImpl. iterateTypes()Iterator<XSType>SchemaSetImpl. iterateTypes()Methods in com.sun.xml.xsom.impl with parameters of type XSType Modifier and Type Method Description booleanComplexTypeImpl. isDerivedFrom(XSType t)booleanSimpleTypeImpl. isDerivedFrom(XSType t) -
Uses of XSType in com.sun.xml.xsom.impl.parser
Methods in com.sun.xml.xsom.impl.parser that return XSType Modifier and Type Method Description XSTypeDelayedRef.Type. getType()XSTypeSubstGroupBaseTypeRef. 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 Modifier and Type Field Description static Axis<XSType>Axis. BASETYPEstatic 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 Modifier and Type Method Description booleanSimpleTypeSet. contains(XSType type)booleanTypeClosure. contains(XSType type)abstract booleanTypeSet. contains(XSType type)Return true if this TypeSet contains the specified type.
-