Uses of Class
org.eclipse.xsd.impl.type.XSDAnySimpleType

Packages that use XSDAnySimpleType
org.eclipse.xsd.impl This provides an implementation of the API for XML Schema; it is considered internal and the Javadoc is incomplete. 
org.eclipse.xsd.impl.type This provides an implementation of the supported primitive datatypes; it is considered internal and the Javadoc is incomplete. 
 

Uses of XSDAnySimpleType in org.eclipse.xsd.impl
 

Fields in org.eclipse.xsd.impl declared as XSDAnySimpleType
 XSDAnySimpleType XSDSimpleTypeDefinitionImpl.AssessmentImpl.xsdAnySimpleType
          This is the simple type definition doing the assessment for an atomic type.
 

Uses of XSDAnySimpleType in org.eclipse.xsd.impl.type
 

Subclasses of XSDAnySimpleType in org.eclipse.xsd.impl.type
 class XSDAnyURIType
           
 class XSDBase64BinaryType
           
 class XSDBooleanType
           
 class XSDDateTimeType
           
 class XSDDateType
           
 class XSDDecimalType
           
 class XSDDoubleType
           
 class XSDDurationType
           
 class XSDFloatType
           
 class XSDGDayType
           
 class XSDGMonthDayType
           
 class XSDGMonthType
           
 class XSDGYearMonthType
           
 class XSDGYearType
           
 class XSDHexBinaryType
           
 class XSDNotationType
           
 class XSDQNameType
           
 class XSDTimeType
           
 

Fields in org.eclipse.xsd.impl.type declared as XSDAnySimpleType
protected  XSDAnySimpleType XSDAnySimpleType.ByteSequence.xsdAnySimpleType
           
 

Fields in org.eclipse.xsd.impl.type with type parameters of type XSDAnySimpleType
protected static java.util.Map<java.lang.String,XSDAnySimpleType> XSDTypeRegister.map
           
 

Methods in org.eclipse.xsd.impl.type that return XSDAnySimpleType
static XSDAnySimpleType XSDTypeRegister.getTypeImplementer(java.lang.String primitiveTypeName)
           
 

Methods in org.eclipse.xsd.impl.type that return types with arguments of type XSDAnySimpleType
static java.util.Map<java.lang.String,XSDAnySimpleType> XSDTypeRegister.getMap()
           
 

Constructors in org.eclipse.xsd.impl.type with parameters of type XSDAnySimpleType
XSDAnySimpleType.ByteSequence(XSDAnySimpleType xsdAnySimpleType, byte[] bytes)
           
XSDAnySimpleType.HexSequence(XSDAnySimpleType xsdAnySimpleType, byte[] bytes)
           
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.