Class FlashFilter

  • All Implemented Interfaces:
    IFilter

    public class FlashFilter
    extends XMLFilter
    Filter for Flash files.
    • Constructor Detail

      • FlashFilter

        public FlashFilter()
        Creates a new instance of Flash
    • Method Detail

      • getDefaultInstances

        public Instance[] getDefaultInstances()
        The default list of filter instances that this filter class has. One filter class may have different filter instances, different by source file mask, encoding of the source file etc.

        Note that the user may change the instances freely.

        Specified by:
        getDefaultInstances in interface IFilter
        Specified by:
        getDefaultInstances in class AbstractFilter
        Returns:
        Default filter instances
      • isFileSupported

        public boolean isFileSupported​(java.io.BufferedReader reader)
        Returns whether the file is supported by the filter, by checking namespace constraints.
        Overrides:
        isFileSupported in class XMLFilter
        Returns:
        true or false