Package groovy.util.slurpersupport

Helper classes for XmlSlurper.

See:
          Description

Class Summary
Attribute Lazy evaluated representation of a node attribute.
FilteredAttributes Lazy evaluated representation of a node's attributes filtered by a Closure.
FilteredNodeChildren Lazy evaluated representation of child nodes filtered by a Closure.
GPathResult Base class for representing lazy evaluated GPath expressions.
NoChildren Lazy evaluated representation of a GPath expression returning no children.
Node Represents a node.
NodeChild Lazy evaluated representation of a child node.
NodeIterator Helper class for iterating through nodes.
ReplacementNode Helper base class used for lazy updates.
 

Package groovy.util.slurpersupport Description

Helper classes for XmlSlurper.