Package org.htmlunit.cssparser.dom
Class CSSStyleSheetImpl.SelectorEntriesIterator
- java.lang.Object
-
- org.htmlunit.cssparser.dom.CSSStyleSheetImpl.SelectorEntriesIterator
-
- All Implemented Interfaces:
java.util.Iterator<CSSStyleSheetImpl.SelectorEntry>
- Enclosing class:
- CSSStyleSheetImpl
static final class CSSStyleSheetImpl.SelectorEntriesIterator extends java.lang.Object implements java.util.Iterator<CSSStyleSheetImpl.SelectorEntry>
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.LinkedList<java.util.Iterator<CSSStyleSheetImpl.SelectorEntry>>
iterators_
-
Constructor Summary
Constructors Constructor Description SelectorEntriesIterator(CSSStyleSheetImpl.CSSStyleSheetRuleIndex index, java.lang.String elementName, java.lang.String[] classes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
CSSStyleSheetImpl.SelectorEntry
next()
-
-
-
Field Detail
-
iterators_
private final java.util.LinkedList<java.util.Iterator<CSSStyleSheetImpl.SelectorEntry>> iterators_
-
-
Constructor Detail
-
SelectorEntriesIterator
SelectorEntriesIterator(CSSStyleSheetImpl.CSSStyleSheetRuleIndex index, java.lang.String elementName, java.lang.String[] classes)
-
-
Method Detail
-
next
public CSSStyleSheetImpl.SelectorEntry next()
- Specified by:
next
in interfacejava.util.Iterator<CSSStyleSheetImpl.SelectorEntry>
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfacejava.util.Iterator<CSSStyleSheetImpl.SelectorEntry>
-
-