Uses of Class
com.sun.xml.xsom.util.TypeSet
-
Packages that use TypeSet Package Description com.sun.xml.xsom.util -
-
Uses of TypeSet in com.sun.xml.xsom.util
Subclasses of TypeSet in com.sun.xml.xsom.util Modifier and Type Class Description class
SimpleTypeSet
A very simple TypeSet.class
TypeClosure
Perform a transitive closure operation on a type to determine if it belongs to this set.Fields in com.sun.xml.xsom.util declared as TypeSet Modifier and Type Field Description private TypeSet
TypeClosure. typeSet
Methods in com.sun.xml.xsom.util that return TypeSet Modifier and Type Method Description static TypeSet
TypeSet. intersection(TypeSet a, TypeSet b)
Calculate the TypeSet formed by the intersection of two other TypeSet objects.static TypeSet
TypeSet. union(TypeSet a, TypeSet b)
Calculate the TypeSet formed by the union of two other TypeSet objects.Methods in com.sun.xml.xsom.util with parameters of type TypeSet Modifier and Type Method Description static TypeSet
TypeSet. intersection(TypeSet a, TypeSet b)
Calculate the TypeSet formed by the intersection of two other TypeSet objects.static TypeSet
TypeSet. union(TypeSet a, TypeSet b)
Calculate the TypeSet formed by the union of two other TypeSet objects.Constructors in com.sun.xml.xsom.util with parameters of type TypeSet Constructor Description TypeClosure(TypeSet typeSet)
-