Interface DocViewAnalyzerListener


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

      • 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.