matches abstract method

bool matches(
  1. XMLNode node
)

Returns true if the node matches the description provided by this Handler.

Implementation

bool matches(XMLNode node);