|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deckfour.xes.in.XParser
org.deckfour.xes.in.XMxmlParser
public class XMxmlParser
Parser for the MXML format for event logs (deprecated).
| Nested Class Summary | |
|---|---|
protected class |
XMxmlParser.MxmlHandler
This class implements a SAX2 handler for sequential parsing of MXML documents. |
| Field Summary | |
|---|---|
static List<XEventClassifier> |
MXML_CLASSIFIERS
Collection of standard classifiers used for MXML event logs. |
static XEventClassifier |
MXML_EVENT_NAME_CLASSIFIER
Event name classifier used for MXML event logs. |
static XEventClassifier |
MXML_ORIGINATOR_CLASSIFIER
Originator classifier used for MXML event logs. |
static XEventClassifier |
MXML_STANDARD_CLASSIFIER
Standard classifier used for MXML event logs. |
protected XsDateTimeConversion |
xsDateTimeConversion
|
| Constructor Summary | |
|---|---|
XMxmlParser()
Creates a new MXML parser instance, using the current standard factory for XES model building. |
|
XMxmlParser(XFactory factory)
Creates a new MXML parser instance. |
|
| Method Summary | |
|---|---|
String |
author()
Returns the name of the author of this parser. |
boolean |
canParse(File file)
Checks whether this parser can handle the given file. |
String |
description()
Returns a brief description of this parser. |
String |
name()
Returns the name of this parser or, more specifically, the name of the format it can process. |
List<XLog> |
parse(InputStream is)
Parses a set of logs from the given input stream, which is supposed to deliver an MXML serialization. |
| Methods inherited from class org.deckfour.xes.in.XParser |
|---|
parse, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected XsDateTimeConversion xsDateTimeConversion
public static XEventClassifier MXML_STANDARD_CLASSIFIER
public static XEventClassifier MXML_EVENT_NAME_CLASSIFIER
public static XEventClassifier MXML_ORIGINATOR_CLASSIFIER
public static List<XEventClassifier> MXML_CLASSIFIERS
| Constructor Detail |
|---|
public XMxmlParser(XFactory factory)
factory - The factory to use for XES model
building.public XMxmlParser()
| Method Detail |
|---|
public String author()
XParser
author in class XParserpublic boolean canParse(File file)
XParser
canParse in class XParserfile - File to check against parser.
public String description()
XParser
description in class XParserpublic String name()
XParser
name in class XParser
public List<XLog> parse(InputStream is)
throws Exception
parse in class XParseris - Input stream, which is supposed to deliver
an MXML serialization.
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||