Uses of Interface
com.sun.xml.xsom.XSRestrictionSimpleType
Packages that use XSRestrictionSimpleType
Package
Description
Reads XML Schema grammar from XSOM and builds the model for TXW.
-
Uses of XSRestrictionSimpleType in com.sun.tools.txw2.builder.xsd
Methods in com.sun.tools.txw2.builder.xsd with parameters of type XSRestrictionSimpleTypeModifier and TypeMethodDescriptionXmlSchemaBuilder.restrictionSimpleType
(XSRestrictionSimpleType rst) -
Uses of XSRestrictionSimpleType in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return XSRestrictionSimpleType -
Uses of XSRestrictionSimpleType in com.sun.xml.xsom.impl
Classes in com.sun.xml.xsom.impl that implement XSRestrictionSimpleTypeMethods in com.sun.xml.xsom.impl that return XSRestrictionSimpleTypeModifier and TypeMethodDescriptionRestrictionSimpleTypeImpl.asRestriction()
SimpleTypeImpl.asRestriction()
-
Uses of XSRestrictionSimpleType in com.sun.xml.xsom.impl.util
Methods in com.sun.xml.xsom.impl.util with parameters of type XSRestrictionSimpleTypeModifier and TypeMethodDescriptionvoid
SchemaTreeTraverser.restrictionSimpleType
(XSRestrictionSimpleType type) void
SchemaWriter.restrictionSimpleType
(XSRestrictionSimpleType type) -
Uses of XSRestrictionSimpleType in com.sun.xml.xsom.visitor
Methods in com.sun.xml.xsom.visitor with parameters of type XSRestrictionSimpleTypeModifier and TypeMethodDescriptionXSSimpleTypeFunction.restrictionSimpleType
(XSRestrictionSimpleType type) void
XSSimpleTypeVisitor.restrictionSimpleType
(XSRestrictionSimpleType type)