- All Implemented Interfaces:
- org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler
public class SaxHandlerXEventClassifierParser
extends org.xml.sax.helpers.DefaultHandler
This parser tries to read the classifiers contained in a log, based on the
global event attributes. In order to find the classifiers, the elements of
the list of globals are checked if they are contained in the classifier
definition. This is done greedily based on the global“s sting length:
longest first. If globals are contained in the classifier definition, then we
return the corresponding XEventClassifier.
- Author:
- abolt *