Class Matcher

  • Direct Known Subclasses:
    FieldsMatcher, PathMatcher

    public abstract class Matcher
    extends Object
    Base abstract implementation of XPath matcher. XPath mathcer tracks the startElement event and the endElement event. The characters event is also used by some derived classes.
    Author:
    Kohsuke KAWAGUCHI