com.simonstl.moe
Interface ComponentListI

All Superinterfaces:
java.lang.Cloneable, java.util.Collection, ComponentCollectionI, java.util.List
All Known Implementing Classes:
ComponentList

public interface ComponentListI
extends ComponentCollectionI, java.util.List, java.lang.Cloneable

The ComponentListI interface defines the bare minimum of functionality needed for the ordered content contained in MOE objects.

version 0.01 is the initial release.

Version:
0.01 21 August 2001
Author:
Simon St.Laurent

Method Summary
 java.lang.Object clone()
           
 java.lang.String getTextContent()
          Returns the textual content of child nodes, minus any markup.
 
Methods inherited from interface com.simonstl.moe.ComponentCollectionI
setParent, toAttributes, toAttributes, toElements, toElements, toString, toString
 
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

getTextContent

public java.lang.String getTextContent()
Returns the textual content of child nodes, minus any markup.

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object