Uses of Interface
com.sun.xml.xsom.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
Modifier 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
Modifier and TypeMethodDescriptionSimpleTypeImpl.asUnion()
UnionSimpleTypeImpl.asUnion()
SimpleTypeImpl.getBaseUnionType()
UnionSimpleTypeImpl.getBaseUnionType()
-
Uses of XSUnionSimpleType in com.sun.xml.xsom.impl.util
Modifier and TypeMethodDescriptionvoid
SchemaTreeTraverser.unionSimpleType
(XSUnionSimpleType type) void
SchemaWriter.unionSimpleType
(XSUnionSimpleType type) -
Uses of XSUnionSimpleType in com.sun.xml.xsom.visitor
Modifier and TypeMethodDescriptionXSSimpleTypeFunction.unionSimpleType
(XSUnionSimpleType type) void
XSSimpleTypeVisitor.unionSimpleType
(XSUnionSimpleType type)