Interface DocViewAnalyzerListener


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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onNode​(java.lang.String path, boolean intermediate, java.lang.String nodeType)
      Is called when the analyzer passes a node element.
    • Method Detail

      • onNode

        void onNode​(@Nonnull
                    java.lang.String path,
                    boolean intermediate,
                    @Nullable
                    java.lang.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.