Package groovy.xml.slurpersupport


package groovy.xml.slurpersupport

Helper classes for XmlSlurper.

  • Class Summary
    Class
    Description
    Lazy evaluated representation of a node attribute.
    Lazy evaluated representation of a node's attributes.
    Lazy evaluated representation of a node's attributes filtered by a Closure.
    Lazy evaluated representation of child nodes filtered by a Closure.
    Base class for representing lazy evaluated GPath expressions.
     
    Lazy evaluated representation of a GPath expression returning no children.
    Represents a node.
    Lazy evaluated representation of a child node.
    Lazy evaluated representation of child nodes.
    Helper class for iterating through nodes.
    Lazy evaluated representation of parent nodes without duplicates
    Helper base class used for lazy updates.