Class AbstractParseFilter

    • Constructor Detail

      • AbstractParseFilter

        public AbstractParseFilter()
        Deprecated.
    • Method Detail

      • setIgnoreComments

        public org.apache.abdera.filter.ParseFilter setIgnoreComments​(boolean ignore)
        Deprecated.
        Specified by:
        setIgnoreComments in interface org.apache.abdera.filter.ParseFilter
      • setIgnoreWhitespace

        public org.apache.abdera.filter.ParseFilter setIgnoreWhitespace​(boolean ignore)
        Deprecated.
        Specified by:
        setIgnoreWhitespace in interface org.apache.abdera.filter.ParseFilter
      • setIgnoreProcessingInstructions

        public org.apache.abdera.filter.ParseFilter setIgnoreProcessingInstructions​(boolean ignore)
        Deprecated.
        Specified by:
        setIgnoreProcessingInstructions in interface org.apache.abdera.filter.ParseFilter
      • getIgnoreComments

        public boolean getIgnoreComments()
        Deprecated.
        Specified by:
        getIgnoreComments in interface org.apache.abdera.filter.ParseFilter
      • getIgnoreProcessingInstructions

        public boolean getIgnoreProcessingInstructions()
        Deprecated.
        Specified by:
        getIgnoreProcessingInstructions in interface org.apache.abdera.filter.ParseFilter
      • getIgnoreWhitespace

        public boolean getIgnoreWhitespace()
        Deprecated.
        Specified by:
        getIgnoreWhitespace in interface org.apache.abdera.filter.ParseFilter