public class StyleIterator
extends java.lang.Object
implements java.util.Iterator
| 限定符和类型 | 字段和说明 |
|---|---|
protected java.util.Iterator |
iter
The cached iterator.
|
protected org.eclipse.birt.report.model.core.Module |
module
Module.
|
| 构造器和说明 |
|---|
StyleIterator(CssStyleSheetHandle styleSheet)
Constructs a iterator to return the styles of the given style sheet.
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
hasNext()
Returns true if there is another style to retrieve.
|
java.lang.Object |
next()
Returns a handle of the style.
|
void |
remove()
Inherited method that is disabled in this iterator; the caller cannot
remove styles using this class.
|
protected java.util.Iterator iter
protected org.eclipse.birt.report.model.core.Module module
public StyleIterator(CssStyleSheetHandle styleSheet)
styleSheet - handle to the style sheet for which styles are included. Must
not be null.public void remove()
remove 在接口中 java.util.IteratorIterator.remove()public boolean hasNext()
hasNext 在接口中 java.util.IteratorIterator.hasNext()public java.lang.Object next()
next 在接口中 java.util.IteratorIterator.next(),
SharedStyleHandleCopyright © 2008 Actuate Corp. All rights reserved.