org.w3c.dom
Interface Location

All Known Implementing Classes:
Location

public interface Location


Method Summary
 void assign(String url)
          Invocation of this method causes the user agent to navigate to the supplied location.
 void reload()
          The user agent reloads the current document.
 

Method Detail

assign

public void assign(String url)
Invocation of this method causes the user agent to navigate to the supplied location.

Parameters:
url - A string containing the URL where the user agent should navigate to.

reload

public void reload()
The user agent reloads the current document.



Copyright © 2009 Apache Software Foundation. All Rights Reserved.