public abstract class XesAbstractXmlIssue extends java.lang.Object implements XesXmlIssue
Constructor and Description |
---|
XesAbstractXmlIssue(XesXmlIssueLevel level)
Construct the issue with the given level.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isError(XesXmlIssueLevel level) |
void |
setLocation(org.xml.sax.Locator locator)
Set the line number and column number where the issue was raised.
|
java.lang.String |
toString() |
public XesAbstractXmlIssue(XesXmlIssueLevel level)
level
- The given level.public void setLocation(org.xml.sax.Locator locator)
setLocation
in interface XesXmlIssue
public boolean isError(XesXmlIssueLevel level)
isError
in interface XesXmlIssue
level
- The lowest error level.public java.lang.String toString()
toString
in class java.lang.Object