|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.zion.jbuddy.bots.BotHTMLTidyMode
public class BotHTMLTidyMode
Available HTML Tidy modes.
HTML Tidy is used with actions to convert
HTML documents into valid XML documents. This is required if an HTML
document is to be transformed with XSLT, as most HTML documents are not
valid XML.
| Field Summary | |
|---|---|
static BotHTMLTidyMode |
AUTO
Uses HTML Tidy when necessary. |
static BotHTMLTidyMode |
NO
Disables HTML Tidy. |
static BotHTMLTidyMode |
YES
Forces contents to be processed with HTML Tidy. |
| Method Summary | |
|---|---|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final BotHTMLTidyMode AUTO
HTML Tidy when necessary. HTML Tidy will
be used with HTTP URL actions that return
text/html results.
This is the default mode.
public static final BotHTMLTidyMode YES
HTML Tidy.
public static final BotHTMLTidyMode NO
HTML Tidy.
| Method Detail |
|---|
public String toString()
toString in class Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||