Interface XSFunction<T>

All Superinterfaces:
XSContentTypeFunction<T>, XSTermFunction<T>
All Known Implementing Classes:
Axis.ModelGroupAxis, ComponentNameFunction, NameGetter, XSFinder, XSFunctionFilter

public interface XSFunction<T> extends XSContentTypeFunction<T>, XSTermFunction<T>
Function object that works on the entire XML Schema components.
Author:
Kohsuke Kawaguchi ([email protected])