Class XSFinder

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

public class XSFinder extends Object implements XSFunction<Boolean>
Utility implementation of XSFunction that returns Boolean to find something from schema objects.

This implementation returns Boolean.FALSE from all of the methods. The derived class is expected to override some of the methods to actually look for something.

Author:
Kohsuke Kawaguchi ([email protected])