|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgroovy.lang.GroovyObjectSupport
groovy.util.slurpersupport.GPathResult
groovy.util.slurpersupport.NodeChildren
groovy.util.slurpersupport.Attributes
groovy.util.slurpersupport.FilteredAttributes
public class FilteredAttributes
Lazy evaluated representation of nodes filtered by attributes.
Field Summary | |
---|---|
private Closure |
closure
|
Fields inherited from class groovy.util.slurpersupport.Attributes |
---|
attributeName |
Fields inherited from class groovy.util.slurpersupport.GPathResult |
---|
name, namespaceMap, namespacePrefix, namespaceTagHints, parent |
Constructor Summary | |
---|---|
FilteredAttributes(GPathResult parent,
Closure closure,
java.util.Map namespaceTagHints)
|
Method Summary | |
---|---|
java.util.Iterator |
nodeIterator()
|
Methods inherited from class groovy.util.slurpersupport.Attributes |
---|
build, childNodes, findAll, iterator, list, name, parents, text, writeTo |
Methods inherited from class groovy.util.slurpersupport.NodeChildren |
---|
appendNode, find, replaceBody, replaceNode, size |
Methods inherited from class groovy.util.slurpersupport.GPathResult |
---|
breadthFirst, children, declareNamespace, depthFirst, equals, getAt, getAt, getBody, getProperty, isEmpty, leftShift, lookupNamespace, parent, plus, putAt, setMetaClass, setProperty, toBigDecimal, toBigInteger, toBoolean, toDouble, toFloat, toInteger, toLong, toString, toURI, toURL |
Methods inherited from class groovy.lang.GroovyObjectSupport |
---|
getMetaClass, invokeMethod |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private final Closure closure
Constructor Detail |
---|
public FilteredAttributes(GPathResult parent, Closure closure, java.util.Map namespaceTagHints)
Method Detail |
---|
public java.util.Iterator nodeIterator()
nodeIterator
in class Attributes
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |