Buildable
, GroovyObject
, Writable
public class FilteredAttributes extends Attributes
name, namespaceMap, namespacePrefix, namespaceTagHints, parent
Constructor | Description |
---|---|
FilteredAttributes(GPathResult parent,
Closure closure,
java.util.Map<java.lang.String,java.lang.String> namespaceTagHints) |
Modifier and Type | Method | Description |
---|---|---|
java.util.Iterator |
nodeIterator() |
build, childNodes, findAll, iterator, list, name, parents, text, writeTo
breadthFirst, children, declareNamespace, depthFirst, equals, getAt, getAt, getBody, getProperty, hashCode, isEmpty, leftShift, lookupNamespace, parent, plus, pop, putAt, setMetaClass, setProperty, toBigDecimal, toBigInteger, toBoolean, toDouble, toFloat, toInteger, toLong, toString, toURI, toURL
getMetaClass, invokeMethod
appendNode, find, replaceBody, replaceNode, size
public FilteredAttributes(GPathResult parent, Closure closure, java.util.Map<java.lang.String,java.lang.String> namespaceTagHints)
parent
- the GPathResult prior to the application of the expression creating this GPathResultclosure
- the Closure to use to filter the attributesnamespaceTagHints
- the known tag to namespace mappingspublic java.util.Iterator nodeIterator()
nodeIterator
in class Attributes