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.listSimpleType(XSListSimpleType st) |
Modifier and Type | Method | Description |
---|---|---|
XSListSimpleType |
XSSimpleType.asList() |
|
XSListSimpleType |
XSSimpleType.getBaseListType() |
Gets the nearest ancestor
XSListSimpleType (including itself)
if the variety of this type is list . |
Modifier and Type | Class | Description |
---|---|---|
class |
ListSimpleTypeImpl |
Modifier and Type | Method | Description |
---|---|---|
XSListSimpleType |
ListSimpleTypeImpl.asList() |
|
XSListSimpleType |
SimpleTypeImpl.asList() |
|
XSListSimpleType |
ListSimpleTypeImpl.getBaseListType() |
|
XSListSimpleType |
SimpleTypeImpl.getBaseListType() |
Modifier and Type | Method | Description |
---|---|---|
void |
SchemaTreeTraverser.listSimpleType(XSListSimpleType type) |
|
void |
SchemaWriter.listSimpleType(XSListSimpleType type) |
Modifier and Type | Method | Description |
---|---|---|
T |
XSSimpleTypeFunction.listSimpleType(XSListSimpleType type) |
|
void |
XSSimpleTypeVisitor.listSimpleType(XSListSimpleType type) |
Copyright © 2018 Oracle Corporation. All rights reserved.