Interface ImportingDocumentFilter


public interface ImportingDocumentFilter
Interface for filters used to chose if a SourceNode should be imported or not.
Author:
Thomas Roger
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true if the given SourceNode should be imported, false otherwise.
  • Method Details

    • shouldImportDocument

      boolean shouldImportDocument(SourceNode sourceNode)
      Returns true if the given SourceNode should be imported, false otherwise.