Package adql.search

Class RemoveHandler

All Implemented Interfaces:
IReplaceHandler, ISearchHandler, Iterable<ADQLObject>

public abstract class RemoveHandler extends SimpleReplaceHandler

In this handler the replacement ADQLObject is always null. It may be interpreted as a removal of the matched ADQL item from its ADQL parent.

IMPORTANT: It is the responsibility of the object which calls this method to apply the removal !

  • Constructor Details

    • RemoveHandler

      public RemoveHandler()
    • RemoveHandler

      public RemoveHandler(boolean recursive, boolean onlyFirstMatch)
    • RemoveHandler

      public RemoveHandler(boolean recursive)
  • Method Details