Package | Description |
---|---|
com.sun.tools.txw2.builder.xsd |
Reads XML Schema grammar from XSOM and builds the model for TXW.
|
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 |
---|---|---|
Leaf |
XmlSchemaBuilder.unionSimpleType(XSUnionSimpleType st) |
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.