christophedelory.playlist.asx
Class Child
java.lang.Object
christophedelory.playlist.asx.Child
- Direct Known Subclasses:
- AsxElement, Duration, Marker, Param, TextElement
public class Child
- extends Object
The definition of a parent's child.
- Version:
- $Revision: 92 $
- Author:
- Christophe Delory
Constructor Summary |
Child()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Child
public Child()
setParent
void setParent(AsxElement parent)
- Initializes the parent of this ASX element.
- Parameters:
parent
- the parent ASX element. May be null
.- See Also:
getParent()
getParent
public AsxElement getParent()
- Returns the parent of this ASX element, if any.
- Returns:
- the parent ASX element. May be
null
. - See Also:
setParent(christophedelory.playlist.asx.AsxElement)
Copyright © 2008-2009 Christophe Delory. All Rights Reserved.