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, sizebreadthFirst, 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, toURLpublic 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()
GPathResultname in class GPathResultpublic Iterator childNodes()
GroovyRuntimeException, because attributes can have no children.childNodes in class NodeChildrenpublic Iterator iterator()
iterator in interface Iterableiterator in class NodeChildrenpublic Iterator nodeIterator()
nodeIterator in class NodeChildrenpublic GPathResult parents()
NodeChildrenGroovyRuntimeException, because it is not implemented yet.parents in class NodeChildrenpublic String text()
GPathResultString.text in class NodeChildrenpublic List list()
GPathResultlist in class GPathResultpublic GPathResult findAll(groovy.lang.Closure closure)
GPathResultfindAll in class NodeChildrenclosure - a closure to filters the children of this GPathResultpublic Writer writeTo(Writer out) throws IOException
writeTo in interface groovy.lang.WritablewriteTo in class NodeChildrenIOExceptionpublic void build(groovy.lang.GroovyObject builder)
build in interface groovy.lang.Buildablebuild in class NodeChildren