Uses of Interface
com.sun.xml.xsom.XSListSimpleType
Packages that use XSListSimpleType
Package
Description
Reads XML Schema grammar from XSOM and builds the model for TXW.
-
Uses of XSListSimpleType in com.sun.tools.txw2.builder.xsd
Methods in com.sun.tools.txw2.builder.xsd with parameters of type XSListSimpleType -
Uses of XSListSimpleType in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return XSListSimpleTypeModifier and TypeMethodDescriptionXSSimpleType.asList()
XSSimpleType.getBaseListType()
Gets the nearest ancestorXSListSimpleType
(including itself) if the variety of this type islist
. -
Uses of XSListSimpleType in com.sun.xml.xsom.impl
Classes in com.sun.xml.xsom.impl that implement XSListSimpleTypeMethods in com.sun.xml.xsom.impl that return XSListSimpleTypeModifier and TypeMethodDescriptionListSimpleTypeImpl.asList()
SimpleTypeImpl.asList()
ListSimpleTypeImpl.getBaseListType()
SimpleTypeImpl.getBaseListType()
-
Uses of XSListSimpleType in com.sun.xml.xsom.impl.util
Methods in com.sun.xml.xsom.impl.util with parameters of type XSListSimpleTypeModifier and TypeMethodDescriptionvoid
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 XSListSimpleTypeModifier and TypeMethodDescriptionXSSimpleTypeFunction.listSimpleType
(XSListSimpleType type) void
XSSimpleTypeVisitor.listSimpleType
(XSListSimpleType type)