Uses of Interface
com.sun.xml.xsom.visitor.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
Modifier and TypeMethodDescription<T,
P> T XSTerm.apply
(XSTermFunctionWithParam<T, P> function, P param) -
Uses of XSTermFunctionWithParam in com.sun.xml.xsom.impl
Modifier 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)