Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for XmlNodePrinter (0.11 seconds)

  1. build-tools-internal/src/main/groovy/elasticsearch.ide.gradle

      Node xml = parseXml(path)
      action.execute(xml)
    
      File xmlFile = project.file(path)
      xmlFile.withPrintWriter { writer ->
        def printer = new XmlNodePrinter(writer)
        printer.namespaceAware = true
        printer.preserveWhitespace = true
        writer.write("<?xml version=\"1.0\"?>\n")
    
        if (preface != null) {
          writer.write(preface)
        }
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Fri Sep 24 19:34:12 GMT 2021
    - 8.8K bytes
    - Click Count (0)
Back to Top