org.millstone.webadapter
Class WebBrowser.MarkupVersion

java.lang.Object
  |
  +--org.millstone.webadapter.WebBrowser.MarkupVersion
Enclosing class:
WebBrowser

public class WebBrowser.MarkupVersion
extends java.lang.Object


Method Summary
 boolean equals(java.lang.Object obj)
           
 boolean supports(WebBrowser.MarkupVersion other)
          Check compability with other HTML version.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object
See Also:
Object.equals(Object)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()

supports

public boolean supports(WebBrowser.MarkupVersion other)
Check compability with other HTML version.

Returns:
true if this is compatible with the other, false otherwise


Copyright © 2000,2001,2002 IT Mill Ltd. All Rights Reserved.