|
ASPOSE home | ||||||||
public interface INodeCollection
| Property Getters/Setters Summary | ||
|---|---|---|
abstract int | getCount() | |
| Gets the number of items in the collection. | ||
abstract Node | get(int index) | |
| Gets the item at the specified index. | ||
| Method Summary | ||
|---|---|---|
abstract java.util.Iterator | iterator() | |
| Gets the enumerator for the collection. | ||
| Property Getters/Setters Detail |
|---|
getCount | |
public abstract int getCount() | |
get | |
public abstract Node get(int index) | |
| Method Detail |
|---|
iterator | |
public abstract java.util.Iterator iterator() | |
|
ASPOSE home | ||||||||