Interface DocViewAnalyzerListener
-
@ConsumerType public interface DocViewAnalyzerListener
DocViewAnalyzerListener...
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonNode(@NotNull java.lang.String path, boolean intermediate, @Nullable java.lang.String nodeType)Is called when the analyzer passes a node element.
-
-
-
Method Detail
-
onNode
void onNode(@NotNull @NotNull java.lang.String path, boolean intermediate, @Nullable @Nullable java.lang.String nodeType)Is called when the analyzer passes a node element.- Parameters:
path- the path of the nodeintermediate-trueif intermediate nodenodeType- the primary type of the node ornullif empty.
-
-