Interface DocViewAnalyzerListener


@ConsumerType public interface DocViewAnalyzerListener
DocViewAnalyzerListener...
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onNode(@NotNull String path, boolean intermediate, @Nullable String nodeType)
    Is called when the analyzer passes a node element.
  • Method Details

    • onNode

      void onNode(@NotNull @NotNull String path, boolean intermediate, @Nullable @Nullable String nodeType)
      Is called when the analyzer passes a node element.
      Parameters:
      path - the path of the node
      intermediate - true if intermediate node
      nodeType - the primary type of the node or null if empty.