|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deckfour.xes.in.XParser org.deckfour.xes.in.XesXmlParser org.deckfour.xes.in.XesXmlGZIPParser
public class XesXmlGZIPParser
Parser for the compressed XES XML serialization.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.deckfour.xes.in.XesXmlParser |
---|
XesXmlParser.XesXmlHandler |
Field Summary |
---|
Fields inherited from class org.deckfour.xes.in.XesXmlParser |
---|
factory, XES_URI, xsDateTimeConversion |
Constructor Summary | |
---|---|
XesXmlGZIPParser()
Creates a new parser instance, using the currently-set standard factory for building the model. |
|
XesXmlGZIPParser(XFactory factory)
Creates a new 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 log from the given input stream, which is supposed to deliver an XES log in XML representation. |
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 |
Constructor Detail |
---|
public XesXmlGZIPParser(XFactory factory)
factory
- The XES model factory
instance used to build the model from
the serialization.public XesXmlGZIPParser()
Method Detail |
---|
public String author()
XParser
author
in class XesXmlParser
public boolean canParse(File file)
XParser
canParse
in class XesXmlParser
file
- File to check against parser.
public String description()
XParser
description
in class XesXmlParser
public String name()
XParser
name
in class XesXmlParser
public List<XLog> parse(InputStream is) throws Exception
XesXmlParser
parse
in class XesXmlParser
is
- Input stream, which is supposed to deliver an XES log in XML
representation.
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |