|
Lizzy v1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object christophedelory.playlist.xspf.Link
public class Link
The link element allows XSPF to be extended without the use of XML namespaces.
Examples:
<link rel="http://foaf.example.org/namespace/version1">http://socialnetwork.example.org/foaf/mary.rdfs</link> <link rel="http://foaf.org/namespace/version1">http://socialnetwork.org/foaf/mary.rdfs</link>
Constructor Summary | |
---|---|
Link()
|
Method Summary | |
---|---|
String |
getContent()
Returns the URI of a resource. |
String |
getRel()
Returns the URI of a resource type. |
void |
setContent(String content)
Initializes the URI of a resource. |
void |
setRel(String rel)
Initializes the URI of a resource type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Link()
Method Detail |
---|
public String getRel()
null
if not yet initialized.setRel(java.lang.String)
public void setRel(String rel)
rel
- an URI. Shall not be null
.
NullPointerException
- if rel
is null
.getRel()
public String getContent()
null
if not yet initialized.setContent(java.lang.String)
public void setContent(String content)
content
- an URI. Shall not be null
.
NullPointerException
- if content
is null
.getContent()
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |