@groovy.transform.CompileStatic static class XmlUtils.SlurperConfig extends java.lang.Object
XML parser configuration used by newXmlSlurper(SlurperConfig) and TestHttpResponse.withXmlSlurper.
By default this uses a secure groovy.xml.XmlSlurper. Provide factory when tests need a fully custom parser instance.
| Type | Name and description |
|---|---|
groovy.lang.Closure<groovy.xml.XmlSlurper> |
factory |
| Constructor and description |
|---|
XmlUtils.SlurperConfig() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
groovy.xml.XmlSlurper |
newSlurper() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |