|
XNGR XML Browser | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.xngr.XUrl
The representaion of a URL in the Xngr system. This url allows to uniquely specify an element within the 'browser application'.
| Constructor Summary | |
XUrl(URL url,
String xpath)
Constructs a Exchanger Url with the document-url and element-xpath supplied. |
|
| Method Summary | |
boolean |
equals(Object object)
Checks wether this XUrl is equal to the object supplied. |
URL |
getURL()
Returns the url to the document on disk. |
String |
getXPath()
Returns the path to the element within a document. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XUrl(URL url,
String xpath)
url - the URL for the document.xpath - the XPath expression for the element.| Method Detail |
public URL getURL()
public String getXPath()
public boolean equals(Object object)
object - the object that needs to be compared.
|
XNGR XML Browser | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||