Lizzy v1.1.1

christophedelory.playlist.asx
Class Child

java.lang.Object
  extended by 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()
           
 
Method Summary
 AsxElement getParent()
          Returns the parent of this ASX element, if any.
(package private)  void setParent(AsxElement parent)
          Initializes the parent of this ASX element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Child

public Child()
Method Detail

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)

© 2008-2009 Christophe Delory

Copyright © 2008-2009 Christophe Delory. All Rights Reserved.