Inheritance diagram for org::jdom::filter::Filter:
Public Member Functions | |
boolean | matches (Object obj) |
boolean org::jdom::filter::Filter::matches | ( | Object | obj | ) |
Check to see if the object matches a predefined set of rules.
obj | The object to verify. |
true
if the object matches a predfined set of rules. Implemented in org::jdom::filter::ContentFilter, and org::jdom::filter::ElementFilter.