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.xsom
Methods 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.impl
Classes 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.util
Methods in com.sun.xml.xsom.impl.util with parameters of type XSUnionSimpleTypeModifier and TypeMethodDescriptionvoid
SchemaTreeTraverser.unionSimpleType
(XSUnionSimpleType type) void
SchemaWriter.unionSimpleType
(XSUnionSimpleType type) -
Uses of XSUnionSimpleType in com.sun.xml.xsom.visitor
Methods in com.sun.xml.xsom.visitor with parameters of type XSUnionSimpleTypeModifier and TypeMethodDescriptionXSSimpleTypeFunction.unionSimpleType
(XSUnionSimpleType type) void
XSSimpleTypeVisitor.unionSimpleType
(XSUnionSimpleType type)