Package | Description |
---|---|
org.xesstandard.xml | |
org.xesstandard.xml.issues |
Modifier and Type | Method and Description |
---|---|
static XesXmlIssueLevel |
XesXmlIssueLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XesXmlIssueLevel[] |
XesXmlIssueLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
XesXmlIssue.isError(XesXmlIssueLevel level) |
Constructor and Description |
---|
XesAbstractXmlParser(XesXmlIssueLevel level) |
XesXmlHandler(XesXmlIssueLevel level) |
Modifier and Type | Method and Description |
---|---|
boolean |
XesAbstractXmlIssue.isError(XesXmlIssueLevel level) |
boolean |
XesextAbstractXmlIssue.isError(XesXmlIssueLevel level) |
Constructor and Description |
---|
XesAbstractXmlIssue(XesXmlIssueLevel level)
Construct the issue with the given level.
|
XesextAbstractXmlIssue(XesExtension extension,
XesXmlIssueLevel level)
Construct the issue with the given level.
|