|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xmlbeans.impl.config.NameSet
public class NameSet
Reprezents a non finite set of names.
NameSetBuilder
Field Summary | |
---|---|
static NameSet |
EMPTY
An empty NameSet, it doesn't contain any name |
static NameSet |
EVERYTHING
The NameSet that contains any name |
Method Summary | |
---|---|
boolean |
contains(java.lang.String name)
|
NameSet |
intersect(NameSet with)
Returns the intersection of this NameSet with the 'with' NameSet |
NameSet |
invert()
Returns an inversion of this NameSet |
NameSet |
substract(NameSet what)
Returns the result of substracting 'what' NameSet from this NameSet |
NameSet |
substractFrom(NameSet from)
Returns the result of substracting this NameSet from 'from' NameSet |
NameSet |
union(NameSet with)
Returns the union of this NameSet with the 'with' NameSet. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static NameSet EMPTY
public static NameSet EVERYTHING
Method Detail |
---|
public NameSet union(NameSet with)
public NameSet intersect(NameSet with)
public NameSet substractFrom(NameSet from)
substract(org.apache.xmlbeans.impl.config.NameSet)
public NameSet substract(NameSet what)
substractFrom(org.apache.xmlbeans.impl.config.NameSet)
public NameSet invert()
public boolean contains(java.lang.String name)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |