Package org.eclipse.wst.xsl.core.internal.validation
public class XSLValidationMessage extends ValidationMessageA validation message specific to the XSL validator which adds the ability to specify the XSL node.
Constructor Summary |
XSLValidationMessage(java.lang.String message
,
int lineNumber
,
int columnNumber
,
java.lang.String uri) |
Method Summary | |
public org.eclipse.wst.xsl.core.model.XSLNode | getNode() Get the node that this message applies to. |
public int | getRealSeverity() Workaround for superclass's bizarre handling of severity |
public void | setNode(org.eclipse.wst.xsl.core.model.XSLNode node) Set the node that this message applies to. |
public void | setSeverity(int sev) The severity set here should be the org.eclipse.wst.validation.internal.provisional.core.IMessage severity. |
public java.lang.String | toString() |
Constructor Detail |
public XSLValidationMessage(java.lang.String message
,
int lineNumber
,
int columnNumber
,
java.lang.String uri)
Create a new instance of this.
Methods Detail |
public org.eclipse.wst.xsl.core.model.XSLNode getNode()
Get the node that this message applies to.
org.eclipse.wst.xsl.core.model.XSLNode
- the node
public int getRealSeverity()
Workaround for superclass's bizarre handling of severity
int
public void setNode(org.eclipse.wst.xsl.core.model.XSLNode node)
Set the node that this message applies to.
node
- the node
public void setSeverity(int sev)
The severity set here should be the org.eclipse.wst.validation.internal.provisional.core.IMessage severity.
sev
public java.lang.String toString()
java.lang.String