Class SaxNgFilter

    • Field Detail

      • closeSource

        protected final boolean closeSource
      • closeResult

        protected final boolean closeResult
    • Constructor Detail

    • Method Detail

      • doFilter

        public void doFilter()
                      throws SmooksException
        Description copied from interface: Filter
        Filter the content in the supplied Source instance, outputing the result to the supplied Result instance.

        Implementations use static methods on the FilterSource and FilterResult classes to access the Source and Results objects.

        Throws:
        SmooksException - Failed to filter.
      • doFilter

        protected void doFilter​(Source source,
                                Result result)
      • close

        public void close()