| Class and Description |
|---|
| XmlNodePrinter
Prints a
groovy.util.Node (as used with XmlParser) including all children in XML format.
|
| 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.
|
| Method and Description |
|---|
XmlSlurper#setKeepWhitespace(boolean keepWhitespace)
|
XmlSlurper#setKeepWhitespace(boolean keepWhitespace)
|