gradle
Toggle table of contents
9.5.1
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.api
/
XmlProvider
Xml
Provider
API
interface
XmlProvider
Provides various ways to access the content of an XML document.
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
.