Uploaded image for project: 'Groovy'
  1. Groovy
  2. GROOVY-6685

Align naming for XmlParser/XmlSlurper/DOMCategory whitespace handling

    XMLWordPrintableJSON

Details

    Description

      We currently have:

      XmlParser.trimIgnorableWhitespace
      XmlSlurper.keepWhitespace
      DOMCategory.globalTrimIgnorableWhitespace
      

      This change renames (leaving properties from existing versions of Groovy in place as deprecated aliases) the above to:

      XmlParser.keepIgnorableWhitespace
      XmlSlurper.keepIgnorableWhitespace
      DOMCategory.globalKeepIgnorableWhitespace
      

      Attachments

        Activity

          People

            paulk Paul King
            paulk Paul King
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: