|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XSType | |
|---|---|
| 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 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.tools.xjc.reader.xmlschema |
|---|
| Methods in com.sun.tools.xjc.reader.xmlschema with parameters of type XSType | |
|---|---|
TypeUse |
ClassSelector.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 | |
|---|---|
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 |
ComplexTypeImpl.getBaseType()
|
XSType |
SimpleTypeImpl.getBaseType()
|
XSType |
ElementDecl.getType()
|
XSType |
Ref.Type.getType()
Obtains a reference as a type. |
XSType |
SchemaImpl.getType(String name)
|
XSType |
SchemaSetImpl.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 | |
|---|---|
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 | |
|---|---|
boolean |
ComplexTypeImpl.isDerivedFrom(XSType t)
|
boolean |
SimpleTypeImpl.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 |
DelayedRef.Type.getType()
|
XSType |
SubstGroupBaseTypeRef.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 | |
|---|---|
boolean |
SimpleTypeSet.contains(XSType type)
|
boolean |
TypeClosure.contains(XSType type)
|
abstract boolean |
TypeSet.contains(XSType type)
Return true if this TypeSet contains the specified type. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||