textbender.o
Class Browser

java.lang.Object
  extended by Browser

public final class Browser
extends Object

Web browser utilities.


Method Summary
static boolean isXML(Document document)
           
static String pageExitSupressionMessage(Exception x)
          Returns the message "assuming page exit in progress, suppressing failure: x".
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isXML

public static boolean isXML(Document document)
Returns:
whether the document was parsed as XML

pageExitSupressionMessage

public static String pageExitSupressionMessage(Exception x)
Returns the message "assuming page exit in progress, suppressing failure: x".