gradle
Toggle table of contents
9.8.0
API
Target filter
API
Switch theme
Search in API
Skip to content
gradle
gradle
/
org.gradle.api
/
XmlProvider
Xml
Provider
API
interface
XmlProvider
Provides various ways to access the content of an XML document.
Since
1.0
Members
Functions
as
Element
Link copied to clipboard
API
abstract
fun
asElement
(
)
:
Element
Returns the XML document as a DOM
org.w3c.dom.Element
.
as
Node
Link copied to clipboard
API
abstract
fun
asNode
(
)
:
Node
Returns the XML document as a Groovy
groovy.util.Node
.
as
String
Link copied to clipboard
API
abstract
fun
asString
(
)
:
StringBuilder
Returns the XML document as a
StringBuilder
.