Package adql.search

Class RemoveHandler

  • All Implemented Interfaces:
    IReplaceHandler, ISearchHandler, java.lang.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 !

    Version:
    11/2010
    Author:
    Grégory Mantelet (CDS)
    • Constructor Detail

      • RemoveHandler

        public RemoveHandler()
      • RemoveHandler

        public RemoveHandler​(boolean recursive,
                             boolean onlyFirstMatch)
      • RemoveHandler

        public RemoveHandler​(boolean recursive)