Class NameSetBuilder

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

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

  • Method Details

    • invert

      public void invert()
      Inverts the representing NameSet
    • add

      public void add​(String name)
      Adds a name to the representing NameSet
      Parameters:
      name -
    • toNameSet

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