|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XSListSimpleType | |
---|---|
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. |
Uses of XSListSimpleType in com.sun.xml.xsom |
---|
Methods in com.sun.xml.xsom that return XSListSimpleType | |
---|---|
XSListSimpleType |
XSSimpleType.asList()
|
XSListSimpleType |
XSSimpleType.getBaseListType()
Gets the nearest ancestor XSListSimpleType (including itself)
if the variety of this type is list . |
Uses of XSListSimpleType in com.sun.xml.xsom.impl |
---|
Classes in com.sun.xml.xsom.impl that implement XSListSimpleType | |
---|---|
class |
ListSimpleTypeImpl
|
Methods in com.sun.xml.xsom.impl that return XSListSimpleType | |
---|---|
XSListSimpleType |
SimpleTypeImpl.asList()
|
XSListSimpleType |
ListSimpleTypeImpl.asList()
|
XSListSimpleType |
SimpleTypeImpl.getBaseListType()
|
XSListSimpleType |
ListSimpleTypeImpl.getBaseListType()
|
Uses of XSListSimpleType in com.sun.xml.xsom.impl.util |
---|
Methods in com.sun.xml.xsom.impl.util with parameters of type XSListSimpleType | |
---|---|
void |
SchemaTreeTraverser.listSimpleType(XSListSimpleType type)
|
void |
SchemaWriter.listSimpleType(XSListSimpleType type)
|
Uses of XSListSimpleType in com.sun.xml.xsom.visitor |
---|
Methods in com.sun.xml.xsom.visitor with parameters of type XSListSimpleType | |
---|---|
void |
XSSimpleTypeVisitor.listSimpleType(XSListSimpleType type)
|
T |
XSSimpleTypeFunction.listSimpleType(XSListSimpleType type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |