Skip navigation links

Package org.ws4d.java.io.xml

Parsing and serialisation

See: Description

Package org.ws4d.java.io.xml Description

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.

Skip navigation links