| Class | Description |
|---|---|
| XmlNodePrinter | Prints a groovy.util.Node (as used with XmlParser) including all children in XML format.
|
| XmlNodePrinter.NamespaceContext | |
| XmlParser | A helper class for parsing XML into a tree of Node instances for a simple way of processing XML. |
| XmlSlurper | Parse XML into a document tree that may be traversed similar to XPath expressions. |