public abstract class XesAbstractXmlParser extends java.lang.Object implements XesXmlParser
| Constructor and Description |
|---|
XesAbstractXmlParser(XesXmlIssueLevel level) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canParse(java.io.File file)
Whether the parser can pare the given file.
|
java.util.List<XesXmlIssue> |
getErrors() |
java.util.List<XesXmlIssue> |
getWarnings() |
XesLog |
parse(java.io.InputStream is)
Parses the given input for a XES log.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAuthor, getDescription, getNamepublic XesAbstractXmlParser(XesXmlIssueLevel level)
public boolean canParse(java.io.File file)
XesXmlParsercanParse in interface XesXmlParserfile - The given file.public XesLog parse(java.io.InputStream is)
XesXmlParserparse in interface XesXmlParseris - The given inputpublic java.util.List<XesXmlIssue> getErrors()
getErrors in interface XesXmlParserpublic java.util.List<XesXmlIssue> getWarnings()
getWarnings in interface XesXmlParser