api / org.gradle.api / XmlProvider / asNode

asNode

abstract fun asNode(): Node

Returns the XML document as a Groovy groovy.util.Node. Changes to the returned instance will be applied to the XML. The returned instance is only valid until one of the other methods on this interface are called.

Return
A Node representation of the XML.