Class NameSetBuilder

java.lang.Object
org.apache.xmlbeans.impl.config.NameSetBuilder

public class NameSetBuilder extends Object
Used to build NameSets.
  • Constructor Details

    • NameSetBuilder

      public NameSetBuilder()
  • Method Details

    • invert

      public void invert()
      Inverts the representing NameSet
    • add

      public void add(String name)
      Adds a name to the representing NameSet
    • toNameSet

      public NameSet toNameSet()
      Creates a new NameSet with the current state.
      Returns:
      created NameSet