Package org.ws4d.java.io.xml

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.

See:
          Description

Interface Summary
ElementHandler Implementations of this interface are responsible for parsing a specific XML element and re-creating its content as a Java object graph.
XmlSerializer  
 

Class Summary
ElementHandlerRegistry  
ElementParser  
XmlPullParserSupport  
XmlSerializerImplementation  
 

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.