Uses of Interface
com.sun.xml.xsom.visitor.XSSimpleTypeFunction
-
Packages that use XSSimpleTypeFunction Package Description 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. -
-
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> TXSSimpleType. 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 ObjectListSimpleTypeImpl. apply(XSSimpleTypeFunction function)ObjectRestrictionSimpleTypeImpl. apply(XSSimpleTypeFunction function)ObjectUnionSimpleTypeImpl. apply(XSSimpleTypeFunction function)
-