Class RemovalsList

java.lang.Object
net.sf.saxon.ma.map.RemovalsList

public class RemovalsList extends Object
  • Field Details

  • Constructor Details

    • RemovalsList

      public RemovalsList()
  • Method Details

    • add

      public RemovalsList add(Integer value)
    • contains

      public boolean contains(Integer value)
    • size

      public int size()
    • remove

      public RemovalsList remove(Integer value)
      Remove an entry from the removals list
      Parameters:
      value - the entry to be removed from the removals list
      Returns:
      the removals list, with the supplied value reinstated