method

createCleanedTree

createCleanedTree(str)
private

No documentation available.

# File lib/xmlrpc/parser.rb, line 689
      def createCleanedTree(str)
        doc = ::NQXML::TreeParser.new(str).document.rootNode
        removeWhitespacesAndComments(doc)
        doc
      end