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 and 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 and Description |
---|---|
class |
ListSimpleTypeImpl |
Modifier and Type | Method and Description |
---|---|
XSListSimpleType |
SimpleTypeImpl.asList() |
XSListSimpleType |
ListSimpleTypeImpl.asList() |
XSListSimpleType |
SimpleTypeImpl.getBaseListType() |
XSListSimpleType |
ListSimpleTypeImpl.getBaseListType() |
Modifier and Type | Method and Description |
---|---|
void |
SchemaTreeTraverser.listSimpleType(XSListSimpleType type) |
void |
SchemaWriter.listSimpleType(XSListSimpleType type) |
Modifier and Type | Method and Description |
---|---|
void |
XSSimpleTypeVisitor.listSimpleType(XSListSimpleType type) |
T |
XSSimpleTypeFunction.listSimpleType(XSListSimpleType type) |
Copyright © 2017 Oracle. All rights reserved.