Package org.apache.xmlbeans.impl.config
Class NameSet
java.lang.Object
org.apache.xmlbeans.impl.config.NameSet
Represents a non finite set of names.
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the intersection of this NameSet with the 'with' NameSetinvert()Returns an inversion of this NameSetReturns the result of substracting 'what' NameSet from this NameSetsubstractFrom(NameSet from) Returns the result of substracting this NameSet from 'from' NameSetReturns the union of this NameSet with the 'with' NameSet.
-
Field Details
-
EMPTY
An empty NameSet, it doesn't contain any name -
EVERYTHING
The NameSet that contains any name
-
-
Method Details
-
union
Returns the union of this NameSet with the 'with' NameSet. -
intersect
Returns the intersection of this NameSet with the 'with' NameSet -
substractFrom
Returns the result of substracting this NameSet from 'from' NameSet- See Also:
-
substract
Returns the result of substracting 'what' NameSet from this NameSet- See Also:
-
invert
Returns an inversion of this NameSet -
contains
-