Package com.sun.xml.xsom.visitor
Interface XSTermFunction<T>
- All Known Subinterfaces:
XSFunction<T>
- All Known Implementing Classes:
Axis.ModelGroupAxis,ComponentNameFunction,NameGetter,XSFinder,XSFunctionFilter
public interface XSTermFunction<T>
Function object that works on
XSTerm.- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
-
Method Summary
Modifier and TypeMethodDescriptionelementDecl(XSElementDecl decl) modelGroup(XSModelGroup group) wildcard(XSWildcard wc)
-
Method Details
-
wildcard
-
modelGroupDecl
-
modelGroup
-
elementDecl
-