Uses of Interface
com.sun.xml.xsom.XSRestrictionSimpleType
-
Packages that use XSRestrictionSimpleType Package Description com.sun.tools.txw2.builder.xsd Reads XML Schema grammar from XSOM and builds the model for TXW.com.sun.xml.xsom Interfaces that the client should use to access schema information.com.sun.xml.xsom.impl Implementation of thecom.sun.xml.xsompackage.com.sun.xml.xsom.impl.util com.sun.xml.xsom.visitor Visitor pattern support for thecom.sun.xml.xsominterfaces. -
-
Uses of XSRestrictionSimpleType in com.sun.tools.txw2.builder.xsd
Methods in com.sun.tools.txw2.builder.xsd with parameters of type XSRestrictionSimpleType Modifier and Type Method Description LeafXmlSchemaBuilder. restrictionSimpleType(XSRestrictionSimpleType rst) -
Uses of XSRestrictionSimpleType in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return XSRestrictionSimpleType Modifier and Type Method Description XSRestrictionSimpleTypeXSSimpleType. asRestriction() -
Uses of XSRestrictionSimpleType in com.sun.xml.xsom.impl
Classes in com.sun.xml.xsom.impl that implement XSRestrictionSimpleType Modifier and Type Class Description classRestrictionSimpleTypeImplMethods in com.sun.xml.xsom.impl that return XSRestrictionSimpleType Modifier and Type Method Description XSRestrictionSimpleTypeRestrictionSimpleTypeImpl. asRestriction()XSRestrictionSimpleTypeSimpleTypeImpl. asRestriction() -
Uses of XSRestrictionSimpleType in com.sun.xml.xsom.impl.util
Methods in com.sun.xml.xsom.impl.util with parameters of type XSRestrictionSimpleType Modifier and Type Method Description voidSchemaTreeTraverser. restrictionSimpleType(XSRestrictionSimpleType type)voidSchemaWriter. restrictionSimpleType(XSRestrictionSimpleType type) -
Uses of XSRestrictionSimpleType in com.sun.xml.xsom.visitor
Methods in com.sun.xml.xsom.visitor with parameters of type XSRestrictionSimpleType Modifier and Type Method Description TXSSimpleTypeFunction. restrictionSimpleType(XSRestrictionSimpleType type)voidXSSimpleTypeVisitor. restrictionSimpleType(XSRestrictionSimpleType type)
-