Uses of Interface
com.sun.xml.xsom.visitor.XSSimpleTypeFunction
-
Packages that use XSSimpleTypeFunction Package Description com.sun.tools.txw2.builder.xsd Reads XML Schema grammar from XSOM and builds the model for TXW.com.sun.tools.xjc.reader.xmlschema com.sun.xml.xsom Interfaces that the client should use to access schema information.com.sun.xml.xsom.impl Implementation of thecom.sun.xml.xsom
package. -
-
Uses of XSSimpleTypeFunction in com.sun.tools.txw2.builder.xsd
Classes in com.sun.tools.txw2.builder.xsd that implement XSSimpleTypeFunction Modifier and Type Class Description class
XmlSchemaBuilder
-
Uses of XSSimpleTypeFunction in com.sun.tools.xjc.reader.xmlschema
Fields in com.sun.tools.xjc.reader.xmlschema declared as XSSimpleTypeFunction Modifier and Type Field Description XSSimpleTypeFunction<TypeUse>
SimpleTypeBuilder. composer
-
Uses of XSSimpleTypeFunction in com.sun.xml.xsom
Methods in com.sun.xml.xsom with parameters of type XSSimpleTypeFunction Modifier and Type Method Description <T> T
XSSimpleType. apply(XSSimpleTypeFunction<T> function)
-
Uses of XSSimpleTypeFunction in com.sun.xml.xsom.impl
Methods in com.sun.xml.xsom.impl with parameters of type XSSimpleTypeFunction Modifier and Type Method Description Object
ListSimpleTypeImpl. apply(XSSimpleTypeFunction function)
Object
RestrictionSimpleTypeImpl. apply(XSSimpleTypeFunction function)
Object
UnionSimpleTypeImpl. apply(XSSimpleTypeFunction function)
-