Class StyleIterator
java.lang.Object
org.eclipse.birt.report.model.api.css.StyleIterator
- All Implemented Interfaces:
Iterator
Iterates over the styles of an include style sheet.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStyleIterator
(CssStyleSheetHandle styleSheet) Constructs a iterator to return the styles of the given style sheet. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
iter
The cached iterator. -
module
protected org.eclipse.birt.report.model.core.Module moduleModule.
-
-
Constructor Details
-
StyleIterator
Constructs a iterator to return the styles of the given style sheet.- Parameters:
styleSheet
- handle to the style sheet for which styles are included. Must not benull
.
-
-
Method Details
-
remove
public void remove()Inherited method that is disabled in this iterator; the caller cannot remove styles using this class. -
hasNext
public boolean hasNext()Returns true if there is another style to retrieve. -
next
Returns a handle of the style.
-