|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface XmlProvider
Provides various ways to access the content of an XML document.
| Method Summary | |
|---|---|
Element
|
asElement()
Returns the XML document as a DOM Element. |
Node
|
asNode()
Returns the XML document as a Groovy Node. |
StringBuilder
|
asString()
Returns the XML document as a StringBuilder. |
| Method Detail |
|---|
public Element asElement()
public Node asNode()
public StringBuilder asString()
Gradle API 1.5