Uses of Class
org.deckfour.xes.in.XParser

Packages that use XParser
org.deckfour.xes.in   
 

Uses of XParser in org.deckfour.xes.in
 

Subclasses of XParser in org.deckfour.xes.in
 class XesXmlGZIPParser
          Parser for the compressed XES XML serialization.
 class XesXmlParser
          Parser for the XES XML serialization.
 class XMxmlGZIPParser
          Parser for the compressed MXML format for event logs (deprecated).
 class XMxmlParser
          Parser for the MXML format for event logs (deprecated).
 

Methods in org.deckfour.xes.in with parameters of type XParser
protected  boolean XParserRegistry.areEqual(XParser a, XParser b)