|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.canoo.webtest.steps.HtmlParserMessage
public class HtmlParserMessage
Represents a message generated by an html parser.
| Nested Class Summary | |
|---|---|
static class |
HtmlParserMessage.MessageCollector
Listener collecting the messages from parser. |
static class |
HtmlParserMessage.Type
Safe enum to represent the type of a message. |
| Constructor Summary | |
|---|---|
HtmlParserMessage(HtmlParserMessage.Type type,
URL url,
String strMessage,
int iLine,
int iColumn)
|
|
| Method Summary | |
|---|---|
int |
compareTo(Object o)
Compare to an other HtmlParserMessage according to (url, line, col, type, msg) |
boolean |
equals(Object o)
Test for equality with an other HtmlParserMessage according to (url, line, col, type, msg) |
int |
getColumn()
Gets the column in the source file for which the message has been generated |
int |
getLine()
Gets the line in the source file for which the message has been generated |
String |
getMessage()
Gets the description of the message |
HtmlParserMessage.Type |
getType()
Gets the type of the message determining its severity |
URL |
getURL()
Gets the url of the file which parsing caused this message. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HtmlParserMessage(HtmlParserMessage.Type type,
URL url,
String strMessage,
int iLine,
int iColumn)
| Method Detail |
|---|
public int compareTo(Object o)
compareTo in interface ComparableComparable.compareTo(java.lang.Object)public int hashCode()
hashCode in class Objectpublic boolean equals(Object o)
equals in class ObjectObject.equals(java.lang.Object)public int getColumn()
public int getLine()
public String getMessage()
public HtmlParserMessage.Type getType()
public URL getURL()
|
Copyright © 2001-2007 Canoo Engineering AG, Basel. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||