Class BlackListParseFilter

  • All Implemented Interfaces:
    Serializable, Cloneable, org.apache.abdera.filter.ListParseFilter, org.apache.abdera.filter.ParseFilter

    @Deprecated
    public class BlackListParseFilter
    extends AbstractListParseFilter
    Deprecated.
    Legacy AEM 6.x API.
    BlackList Implementation of ParseFilter. The QNames listed will be considered unacceptable. In general, black list based filtering is problematic, at best, due largely to the fact that it's easier to define safe subsets of elements than it is to define unsafe subsets.
    See Also:
    Serialized Form
    • Constructor Detail

      • BlackListParseFilter

        public BlackListParseFilter()
        Deprecated.
    • Method Detail

      • acceptable

        public boolean acceptable​(QName qname)
        Deprecated.
        Specified by:
        acceptable in interface org.apache.abdera.filter.ParseFilter
        Specified by:
        acceptable in class AbstractListParseFilter
      • acceptable

        public boolean acceptable​(QName qname,
                                  QName attribute)
        Deprecated.
        Specified by:
        acceptable in interface org.apache.abdera.filter.ParseFilter
        Specified by:
        acceptable in class AbstractListParseFilter