Uses of Interface
com.sun.xml.xsom.visitor.XSTermFunctionWithParam
Packages that use XSTermFunctionWithParam
Package
Description
Interfaces that the client should use to access schema information.
Implementation of the
com.sun.xml.xsom
package.-
Uses of XSTermFunctionWithParam in com.sun.xml.xsom
Methods in com.sun.xml.xsom with parameters of type XSTermFunctionWithParamModifier and TypeMethodDescription<T,
P> T XSTerm.apply
(XSTermFunctionWithParam<T, P> function, P param) -
Uses of XSTermFunctionWithParam in com.sun.xml.xsom.impl
Methods in com.sun.xml.xsom.impl with parameters of type XSTermFunctionWithParamModifier and TypeMethodDescription<T,
P> T ElementDecl.apply
(XSTermFunctionWithParam<T, P> function, P param) <T,
P> T ModelGroupDeclImpl.apply
(XSTermFunctionWithParam<T, P> function, P param) <T,
P> T ModelGroupImpl.apply
(XSTermFunctionWithParam<T, P> function, P param) <T,
P> T WildcardImpl.apply
(XSTermFunctionWithParam<T, P> function, P param)