Package org.apache.xmlbeans.impl.config
Class NameSetBuilder
- java.lang.Object
-
- org.apache.xmlbeans.impl.config.NameSetBuilder
-
-
Constructor Summary
Constructors Constructor Description NameSetBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(String name)Adds a name to the representing NameSetvoidinvert()Inverts the representing NameSetNameSettoNameSet()Creates a new NameSet with the current state.
-