Scala has its own XML library and it offers built-in support for it. However, one of the main features of the language is the touted as Java compatibility. I would expect to be able to use java Node objects in a similar way as I use scala ones.
My questions are:
- What's the quickest way to convert java xml containers to scala ones?
- Are there any nice implicits that do stuff for you?
- Is there a constructor that takes a java Element, say, in the Scala API?