Uses of Interface
com.sun.xml.xsom.XSUnionSimpleType
Packages that use XSUnionSimpleType
Package
Description
Interfaces that the client should use to access schema information.
Implementation of the 
com.sun.xml.xsom package.Visitor pattern support for the 
com.sun.xml.xsom interfaces.- 
Uses of XSUnionSimpleType in com.sun.xml.xsomMethods in com.sun.xml.xsom that return XSUnionSimpleTypeModifier and TypeMethodDescriptionXSSimpleType.asUnion()XSSimpleType.getBaseUnionType()Gets the nearest ancestorXSUnionSimpleType(including itself) if the variety of this type isunion.
- 
Uses of XSUnionSimpleType in com.sun.xml.xsom.implClasses in com.sun.xml.xsom.impl that implement XSUnionSimpleTypeMethods in com.sun.xml.xsom.impl that return XSUnionSimpleTypeModifier and TypeMethodDescriptionSimpleTypeImpl.asUnion()UnionSimpleTypeImpl.asUnion()SimpleTypeImpl.getBaseUnionType()UnionSimpleTypeImpl.getBaseUnionType()
- 
Uses of XSUnionSimpleType in com.sun.xml.xsom.impl.utilMethods in com.sun.xml.xsom.impl.util with parameters of type XSUnionSimpleTypeModifier and TypeMethodDescriptionvoidSchemaTreeTraverser.unionSimpleType(XSUnionSimpleType type) voidSchemaWriter.unionSimpleType(XSUnionSimpleType type) 
- 
Uses of XSUnionSimpleType in com.sun.xml.xsom.visitorMethods in com.sun.xml.xsom.visitor with parameters of type XSUnionSimpleTypeModifier and TypeMethodDescriptionXSSimpleTypeFunction.unionSimpleType(XSUnionSimpleType type) voidXSSimpleTypeVisitor.unionSimpleType(XSUnionSimpleType type)