Package com.sun.xml.xsom.util
Class SimpleTypeSet
java.lang.Object
com.sun.xml.xsom.util.TypeSet
com.sun.xml.xsom.util.SimpleTypeSet
A very simple TypeSet.
The contains method returns true if the set explicitly contains an
instance of the specified XSType.
- Author:
- Ryan Shoemaker, Sun Microsystems, Inc.
-
Constructor Summary
-
Method Summary
Methods inherited from class com.sun.xml.xsom.util.TypeSet
intersection, union
-
Constructor Details
-
SimpleTypeSet
-
-
Method Details
-
contains
Description copied from class:TypeSet
Return true if this TypeSet contains the specified type. Concrete implementations of this method determine what it means for the TypeSet to "contain" a type.
-