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

Packages that use XSSimpleType
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.impl.util   
com.sun.xml.xsom.util   
com.sun.xml.xsom.visitor Visitor pattern support for the com.sun.xml.xsom interfaces. 
 

Uses of XSSimpleType in com.sun.xml.xsom
 

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

Methods in com.sun.xml.xsom that return XSSimpleType
 XSSimpleType XSContentType.asSimpleType()
          Equivalent of (this instanceof XSSimpleType)?this:null
 XSSimpleType XSType.asSimpleType()
          Casts this object to XSSimpleType if possible, otherwise returns null.
 XSSimpleType XSSchemaSet.getAnySimpleType()
           
 XSSimpleType XSListSimpleType.getItemType()
           
 XSSimpleType XSUnionSimpleType.getMember(int idx)
           
 XSSimpleType XSSimpleType.getPrimitiveType()
          Gets the ancestor primitive XSSimpleType if this type is atomic.
 XSSimpleType XSSimpleType.getRedefinedBy()
          If this XSSimpleType is redefined by another simple type, return that component.
 XSSimpleType XSSimpleType.getSimpleBaseType()
          Gets the base type as XSSimpleType.
 XSSimpleType XSSchema.getSimpleType(String localName)
           
 XSSimpleType XSSchemaSet.getSimpleType(String namespaceURI, String localName)
           
 XSSimpleType XSAttributeDecl.getType()
           
 

Methods in com.sun.xml.xsom that return types with arguments of type XSSimpleType
 Map<String,XSSimpleType> XSSchema.getSimpleTypes()
          Gets all the XSSimpleTypes in this schema.
 Iterator<XSSimpleType> XSSchema.iterateSimpleTypes()
           
 Iterator<XSSimpleType> XSSchemaSet.iterateSimpleTypes()
          Iterates all simple type definitions in all the schemas.
 

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

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

Methods in com.sun.xml.xsom.impl that return XSSimpleType
 XSSimpleType SimpleTypeImpl.asSimpleType()
           
 XSSimpleType EmptyImpl.asSimpleType()
           
 XSSimpleType ComplexTypeImpl.asSimpleType()
           
 XSSimpleType ParticleImpl.asSimpleType()
           
 XSSimpleType SchemaSetImpl.getAnySimpleType()
           
 XSSimpleType ListSimpleTypeImpl.getItemType()
           
 XSSimpleType UnionSimpleTypeImpl.getMember(int idx)
           
 XSSimpleType UnionSimpleTypeImpl.getPrimitiveType()
           
 XSSimpleType ListSimpleTypeImpl.getPrimitiveType()
           
 XSSimpleType RestrictionSimpleTypeImpl.getPrimitiveType()
           
 XSSimpleType SimpleTypeImpl.getRedefinedBy()
           
 XSSimpleType SimpleTypeImpl.getSimpleBaseType()
           
 XSSimpleType SchemaImpl.getSimpleType(String name)
           
 XSSimpleType SchemaSetImpl.getSimpleType(String ns, String localName)
           
 XSSimpleType AttributeDeclImpl.getType()
           
 XSSimpleType Ref.SimpleType.getType()
           
 XSSimpleType SimpleTypeImpl.getType()
           
 

Methods in com.sun.xml.xsom.impl that return types with arguments of type XSSimpleType
 Map<String,XSSimpleType> SchemaImpl.getSimpleTypes()
           
 Iterator<XSSimpleType> SchemaSetImpl.iterateSimpleTypes()
           
 Iterator<XSSimpleType> SchemaImpl.iterateSimpleTypes()
           
 Iterator<XSSimpleType> UnionSimpleTypeImpl.iterator()
           
 

Methods in com.sun.xml.xsom.impl with parameters of type XSSimpleType
 void SchemaImpl.addSimpleType(XSSimpleType newDecl, boolean overwrite)
           
 

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

Methods in com.sun.xml.xsom.impl.parser that return XSSimpleType
 XSSimpleType DelayedRef.SimpleType.getType()
           
 

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

Fields in com.sun.xml.xsom.impl.scd with type parameters of type XSSimpleType
static Axis<XSSimpleType> Axis.ITEM_TYPE
           
static Axis<XSSimpleType> Axis.MEMBER_TYPE
           
static Axis<XSSimpleType> Axis.PRIMITIVE_TYPE
           
 

Uses of XSSimpleType in com.sun.xml.xsom.impl.util
 

Methods in com.sun.xml.xsom.impl.util with parameters of type XSSimpleType
 void SchemaWriter.simpleType(XSSimpleType type)
           
 void SchemaTreeTraverser.simpleType(XSSimpleType type)
           
 

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

Methods in com.sun.xml.xsom.util with parameters of type XSSimpleType
 Boolean XSFinder.simpleType(XSSimpleType simpleType)
           
 T XSFunctionFilter.simpleType(XSSimpleType simpleType)
           
 String ComponentNameFunction.simpleType(XSSimpleType simpleType)
           
 String NameGetter.simpleType(XSSimpleType simpleType)
           
 

Uses of XSSimpleType in com.sun.xml.xsom.visitor
 

Methods in com.sun.xml.xsom.visitor with parameters of type XSSimpleType
 T XSContentTypeFunction.simpleType(XSSimpleType simpleType)
           
 void XSContentTypeVisitor.simpleType(XSSimpleType simpleType)
           
 



Copyright © 2012 Oracle. All Rights Reserved.