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 classSimpleTypeSetA very simple TypeSet.classTypeClosurePerform a transitive closure operation on a type to determine if it belongs to this set.Methods in com.sun.xml.xsom.util that return TypeSet Modifier and Type Method Description static TypeSetTypeSet. intersection(TypeSet a, TypeSet b)Calculate the TypeSet formed by the intersection of two other TypeSet objects.static TypeSetTypeSet. 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 TypeSetTypeSet. intersection(TypeSet a, TypeSet b)Calculate the TypeSet formed by the intersection of two other TypeSet objects.static TypeSetTypeSet. 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)
-