Klasse XMLUtil

java.lang.Object
org.jupnp.model.XMLUtil

public class XMLUtil extends Object
XML handling and printing shortcuts.

This class exists because Android 2.1 does not offer any way to print an org.w3c.dom.Document, and it also doesn't implement the most trivial methods to build a DOM (although the API is provided, they fail at runtime). We might be able to remove this class once compatibility for Android 2.1 can be dropped.

Autor:
Christian Bauer