Uses of Class
org.pepstock.charba.client.dom.BaseNavigator
-
Packages that use BaseNavigator Package Description org.pepstock.charba.client.dom Contains all classes needed to work with DOM tree, base classes of a DOM tree. -
-
Uses of BaseNavigator in org.pepstock.charba.client.dom
Methods in org.pepstock.charba.client.dom that return BaseNavigator Modifier and Type Method Description static BaseNavigator
DOM. getNavigator()
Returns aBaseNavigator
object, which represents the state and the identity of the user agent.
-