Class XSFunctionFilter<T>

java.lang.Object
com.sun.xml.xsom.util.XSFunctionFilter<T>
All Implemented Interfaces:
XSContentTypeFunction<T>, XSFunction<T>, XSTermFunction<T>

public class XSFunctionFilter<T> extends Object implements XSFunction<T>
Filter implementation of XSFilter. This class forwards all the method calls to another XSFunction.

This class is intended to be derived by client application to add some meaningful behavior.

Author:
Kohsuke Kawaguchi ([email protected])