Parsing and serialisation
The interface ElementHandler and the class ElementParser implement
an XML parser (adapted for both DPWS 2006 and 2009 standards) converting each XML element (including attributes)
into a usable java object
The XmlSerializer interface and its implementation XmlSerializerImplementation convert each
ElementHandler instance into serial format, writing
XML blocks to a Writer stream.