Interface DefaultNodeMatcher.NodeTypeMatcher

All Known Implementing Classes:
DefaultNodeMatcher.DefaultNodeTypeMatcher
Enclosing class:
DefaultNodeMatcher

public static interface DefaultNodeMatcher.NodeTypeMatcher
Determines whether two Nodes are eligible for comparison based on their node type.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    canBeCompared(short controlType, short testType)
    Determines whether two Nodes are eligible for comparison based on their node type.
  • Method Details

    • canBeCompared

      boolean canBeCompared(short controlType, short testType)
      Determines whether two Nodes are eligible for comparison based on their node type.