Class XSPFLink
- java.lang.Object
-
- cz.martlin.xspf.playlist.base.XSPFNode
-
- cz.martlin.xspf.playlist.base.XSPFElement
-
- cz.martlin.xspf.playlist.collections.XSPFLink
-
public class XSPFLink extends XSPFElement
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class cz.martlin.xspf.playlist.base.XSPFElement
XSPFElement.XSPFCollectionFactory<E extends XSPFElement>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URIgetContent()URIgetRel()voidsetContent(URI rel)voidsetRel(URI rel)-
Methods inherited from class cz.martlin.xspf.playlist.base.XSPFElement
collection, collection, getCollection, getCollection, getDate, getDuration, getElement, getInt, getNode, getStr, getStr, getUri, getUri, getUriAttr, setCollection, setCollection, setDate, setDuration, setInt, setStr, setStr, setUri, setUri, setUriAttr
-
-
-
-
Constructor Detail
-
XSPFLink
public XSPFLink(Element link)
-
-
Method Detail
-
getRel
public URI getRel() throws XSPFException
- Throws:
XSPFException
-
setRel
public void setRel(URI rel) throws XSPFException
- Throws:
XSPFException
-
getContent
public URI getContent() throws XSPFException
- Throws:
XSPFException
-
setContent
public void setContent(URI rel) throws XSPFException
- Throws:
XSPFException
-
-