Uses of Class
com.gargoylesoftware.htmlunit.BrowserVersionFeatures

Packages that use BrowserVersionFeatures
com.gargoylesoftware.htmlunit Framework classes (contains the WebClient class which is the main entry point). 
com.gargoylesoftware.htmlunit.html Classes specific to HTML pages, particularly the HtmlPage which represents an HTML document and provides access to its content. 
 

Uses of BrowserVersionFeatures in com.gargoylesoftware.htmlunit
 

Methods in com.gargoylesoftware.htmlunit that return BrowserVersionFeatures
static BrowserVersionFeatures BrowserVersionFeatures.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BrowserVersionFeatures[] BrowserVersionFeatures.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.gargoylesoftware.htmlunit with parameters of type BrowserVersionFeatures
 boolean BrowserVersion.hasFeature(BrowserVersionFeatures property)
          Indicates if this instance has the given feature.
 

Constructors in com.gargoylesoftware.htmlunit with parameters of type BrowserVersionFeatures
BrowserVersion(String applicationName, String applicationVersion, String userAgent, float browserVersionNumeric, BrowserVersionFeatures[] features)
          Instantiates one.
 

Uses of BrowserVersionFeatures in com.gargoylesoftware.htmlunit.html
 

Methods in com.gargoylesoftware.htmlunit.html with parameters of type BrowserVersionFeatures
protected  boolean DomNode.hasFeature(BrowserVersionFeatures feature)
          Helper for a common call sequence.
 



Copyright © 2002–2014 Gargoyle Software Inc.. All rights reserved.