|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.actf.visualization.engines.blind.html.util.HtmlErrorLogListener
public class HtmlErrorLogListener
Implementation of IErrorLogListener
to correct HTML parse errors.
Constructor Summary | |
---|---|
HtmlErrorLogListener()
|
Method Summary | |
---|---|
void |
errorLog(int arg0,
String arg1)
Records error messages. |
String |
getDeclaratedDoctype()
Get DOCTYPE declaration that causes the Invalid DOCTYPE declaration error |
Vector<IProblemItem> |
getHtmlProblemVector()
Get HTML parse errors as Vector of IProblemItem |
boolean |
isInvalidDoctype()
|
boolean |
isNoDoctypeDeclaration()
|
boolean |
isNonPublicDoctype()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HtmlErrorLogListener()
Method Detail |
---|
public void errorLog(int arg0, String arg1)
IErrorLogListener
errorLog
in interface IErrorLogListener
public boolean isNoDoctypeDeclaration()
IParserError.DOCTYPE_MISSED
public boolean isNonPublicDoctype()
public boolean isInvalidDoctype()
IParserError.ILLEGAL_DOCTYPE
public String getDeclaratedDoctype()
public Vector<IProblemItem> getHtmlProblemVector()
Vector
of IProblemItem
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |