Public Member Functions | |
void | add (int index, Object obj) |
boolean | addAll (Collection collection) |
boolean | addAll (int index, Collection collection) |
void | clear () |
Object | get (int index) |
Object | remove (int index) |
Object | set (int index, Object obj) |
int | size () |
String | toString () |
Package Functions | |
ContentList (Parent parent) | |
final void | uncheckedAddContent (Content c) |
void | add (int index, Content child) |
void | clearAndSet (Collection collection) |
void | ensureCapacity (int minCapacity) |
List | getView (Filter filter) |
int | indexOfFirstElement () |
int | indexOfDocType () |
Philippe Riand
Bradley S. Huffman
|
|
Check and add the
|
|
Inserts the specified object at the specified position in this list. Shifts the object currently at that position (if any) and any subsequent objects to the right (adds one to their indices).
|
|
Inserts the specified collecton at the specified position in this list. Shifts the object currently at that position (if any) and any subsequent objects to the right (adds one to their indices).
|
|
Add the specified collecton to the end of this list.
|
|
Clear the current list. |
|
Clear the current list and set it to the contents of the
|
|
Increases the capacity of this
|
|
Return the object at the specified offset.
|
|
Return a view of this list based on the given filter.
|
|
Return the index of the DocType element in the list. If the list contains no DocType, it returns -1.
|
|
Return the index of the first Element in the list. If the parent is a
|
|
Remove the object at the specified offset.
|
|
Set the object at the specified location to the supplied object.
|
|
Return the number of items in this list
|
|
Return this list as a
|
|
Package internal method to support building from sources that are 100% trusted.
|