| Package | Description |
|---|---|
| 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.util | |
| com.sun.xml.xsom.visitor |
Visitor pattern support for the
com.sun.xml.xsom interfaces. |
| Modifier and Type | Method | Description |
|---|---|---|
XSUnionSimpleType |
XSSimpleType.asUnion() |
|
XSUnionSimpleType |
XSSimpleType.getBaseUnionType() |
Gets the nearest ancestor
XSUnionSimpleType (including itself)
if the variety of this type is union. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
UnionSimpleTypeImpl |
| Modifier and Type | Method | Description |
|---|---|---|
XSUnionSimpleType |
SimpleTypeImpl.asUnion() |
|
XSUnionSimpleType |
UnionSimpleTypeImpl.asUnion() |
|
XSUnionSimpleType |
SimpleTypeImpl.getBaseUnionType() |
|
XSUnionSimpleType |
UnionSimpleTypeImpl.getBaseUnionType() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SchemaTreeTraverser.unionSimpleType(XSUnionSimpleType type) |
|
void |
SchemaWriter.unionSimpleType(XSUnionSimpleType type) |
| Modifier and Type | Method | Description |
|---|---|---|
T |
XSSimpleTypeFunction.unionSimpleType(XSUnionSimpleType type) |
|
void |
XSSimpleTypeVisitor.unionSimpleType(XSUnionSimpleType type) |
Copyright © 2018 Oracle Corporation. All rights reserved.