|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.bridge.Location
public class Location
This class implements the org.w3c.dom.Location interface for Batik
Constructor Summary | |
---|---|
Location(BridgeContext ctx)
Creates a new 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. |
String |
toString()
Returns the URL of this location as a String. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Location(BridgeContext ctx)
ctx
- the bridge contextMethod Detail |
---|
public void assign(String url)
assign
in interface Location
url
- A string containing the URL where the user agent should
navigate to.public void reload()
reload
in interface Location
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |