Package com.sun.xml.xsom.visitor
Interface XSTermFunctionWithParam<T,P>
public interface XSTermFunctionWithParam<T,P>
Function object that works on
XSTerm.- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
-
Method Summary
Modifier and TypeMethodDescriptionelementDecl(XSElementDecl decl, P param) modelGroup(XSModelGroup group, P param) modelGroupDecl(XSModelGroupDecl decl, P param) wildcard(XSWildcard wc, P param)
-
Method Details
-
wildcard
-
modelGroupDecl
-
modelGroup
-
elementDecl
-