christophedelory.playlist.xspf
Class Location
java.lang.Object
christophedelory.playlist.xspf.StringContainer
christophedelory.playlist.xspf.Location
public class Location
- extends StringContainer
A location: the source URI of a resource (track or playlist).
Probably an audio resource, but MAY be any type of resource with a well-known duration, such as video, a SMIL document, or an XSPF document.
The duration of the resource defined in this element defines the duration of rendering.
xspf:track elements MAY contain zero or more location elements, but a user-agent MUST NOT render more than one of the named resources.
- Version:
- $Revision: 90 $
- Author:
- Christophe Delory
Method Summary |
void |
setText(String text)
Initializes the string itself. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Location
public Location()
setText
public void setText(String text)
- Description copied from class:
StringContainer
- Initializes the string itself.
- Overrides:
setText
in class StringContainer
- Parameters:
text
- a string. May be null
.- See Also:
StringContainer.getText()
Copyright © 2008-2009 Christophe Delory. All Rights Reserved.