Uses of Interface
com.sun.xml.xsom.XSListSimpleType
Packages that use XSListSimpleType
Package
Description
Interfaces that the client should use to access schema information.
Implementation of the
com.sun.xml.xsom
package.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 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()
SchemaSetImpl.AnySimpleType.asList()
SimpleTypeImpl.asList()
ListSimpleTypeImpl.getBaseListType()
SchemaSetImpl.AnySimpleType.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)