com.zion.jbuddy.bots
Class BotHTMLTidyMode

java.lang.Object
  extended by com.zion.jbuddy.bots.BotHTMLTidyMode

public class BotHTMLTidyMode
extends Object

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

AUTO

public static final BotHTMLTidyMode AUTO
Uses HTML Tidy when necessary. HTML Tidy will be used with HTTP URL actions that return text/html results.

This is the default mode.


YES

public static final BotHTMLTidyMode YES
Forces contents to be processed with HTML Tidy.


NO

public static final BotHTMLTidyMode NO
Disables HTML Tidy.

Method Detail

toString

public String toString()
Overrides:
toString in class Object


JBuddy is a trademark of Zion Software, LLC in the US and other countries.
Copyright 2000-2008 Zion Software, LLC All Rights Reserved.