|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Defines a locator that represents a Uniform Resource Identifier (URI).
URILocatorHelper| Method Summary | |
java.lang.String |
getAuthority()
Returns the authority associated with the URI. |
java.lang.String |
getFragment()
Returns a string indicating an identifier of a fragment of the object that the URI represents. |
java.util.List |
getPath()
Returns a list of strings composing the full path of the object that the URI represents. |
java.lang.String |
getPathString()
Returns a string indicating the full path to the object that the URI represents. |
java.lang.String |
getQuery()
Returns a query string associated with the object that the URI represents. |
java.lang.String |
getScheme()
Returns the scheme associated with the URI. |
| Methods inherited from interface org.tm4j.net.Locator |
copy, equals, getAddress, getFactory, getNotation, hashCode, initialise, resolveRelative, resolveRelative, setFactory |
| Method Detail |
public java.lang.String getScheme()
http".
public java.lang.String getAuthority()
www.topicmaps.org".
public java.util.List getPath()
public java.lang.String getPathString()
xtm/1.0/index.html".
public java.lang.String getQuery()
id=358&display=print".
public java.lang.String getFragment()
elt-topic".
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||