|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypeSet | |
---|---|
com.sun.xml.xsom.util |
Uses of TypeSet in com.sun.xml.xsom.util |
---|
Subclasses of TypeSet in com.sun.xml.xsom.util | |
---|---|
class |
SimpleTypeSet
A very simple TypeSet. |
class |
TypeClosure
Perform 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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
TypeClosure(TypeSet typeSet)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |