|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.xsom.util.TypeSet
com.sun.xml.xsom.util.TypeClosure
public class TypeClosure
Perform a transitive closure operation on a type to determine if it belongs to this set. The contains method returns true if the TypeSet contains an instance of the specified XSType or any of the base types of the XSType.
| Constructor Summary | |
|---|---|
TypeClosure(TypeSet typeSet)
|
|
| Method Summary | |
|---|---|
boolean |
contains(XSType type)
Return true if this TypeSet contains the specified type. |
| Methods inherited from class com.sun.xml.xsom.util.TypeSet |
|---|
intersection, union |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TypeClosure(TypeSet typeSet)
| Method Detail |
|---|
public boolean contains(XSType type)
TypeSet
contains in class TypeSettype - the type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||