public class Attributes extends NodeChildren
name, namespaceMap, namespacePrefix, namespaceTagHints, parent
Constructor and Description |
---|
Attributes(GPathResult parent,
String name,
Map<String,String> namespaceTagHints) |
Attributes(GPathResult parent,
String name,
String namespacePrefix,
Map<String,String> namespaceTagHints) |
Modifier and Type | Method and Description |
---|---|
void |
build(groovy.lang.GroovyObject builder) |
Iterator |
childNodes()
Throws a
GroovyRuntimeException , because attributes can have no children. |
GPathResult |
findAll(groovy.lang.Closure closure)
Returns the children of this GPathResult matching the condition(s)
specified in the passed closure.
|
Iterator |
iterator() |
List |
list()
Creates a list of objects representing this GPathResult.
|
String |
name()
Returns the name of this GPathResult.
|
Iterator |
nodeIterator() |
GPathResult |
parents()
Throws a
GroovyRuntimeException , because it is not implemented yet. |
String |
text()
Returns the text of this GPathResult as a
String . |
Writer |
writeTo(Writer out) |
appendNode, find, replaceBody, replaceNode, size
breadthFirst, children, declareNamespace, depthFirst, equals, getAt, getAt, getBody, getProperty, isEmpty, leftShift, lookupNamespace, parent, plus, pop, putAt, setMetaClass, setProperty, toBigDecimal, toBigInteger, toBoolean, toDouble, toFloat, toInteger, toLong, toString, toURI, toURL
public Attributes(GPathResult parent, String name, String namespacePrefix, Map<String,String> namespaceTagHints)
parent
- the GPathResult prior to the application of the expression creating this GPathResultname
- if the GPathResult corresponds to something with a name, e.g. a nodenamespacePrefix
- the namespace prefix if anynamespaceTagHints
- the known tag to namespace mappingspublic Attributes(GPathResult parent, String name, Map<String,String> namespaceTagHints)
parent
- the GPathResult prior to the application of the expression creating this GPathResultname
- if the GPathResult corresponds to something with a name, e.g. a nodenamespaceTagHints
- the known tag to namespace mappingspublic String name()
GPathResult
name
in class GPathResult
public Iterator childNodes()
GroovyRuntimeException
, because attributes can have no children.childNodes
in class NodeChildren
public Iterator iterator()
iterator
in interface Iterable
iterator
in class NodeChildren
public Iterator nodeIterator()
nodeIterator
in class NodeChildren
public GPathResult parents()
NodeChildren
GroovyRuntimeException
, because it is not implemented yet.parents
in class NodeChildren
public String text()
GPathResult
String
.text
in class NodeChildren
public List list()
GPathResult
list
in class GPathResult
public GPathResult findAll(groovy.lang.Closure closure)
GPathResult
findAll
in class NodeChildren
closure
- a closure to filters the children of this GPathResultpublic Writer writeTo(Writer out) throws IOException
writeTo
in interface groovy.lang.Writable
writeTo
in class NodeChildren
IOException
public void build(groovy.lang.GroovyObject builder)
build
in interface groovy.lang.Buildable
build
in class NodeChildren