| Interface | Description |
|---|---|
| XmlGinjector | |
| XmlReader<T> |
Interface for converting XML document / element to an instance of T or a list
of Ts.
|
| XmlReaderWriter<T> | |
| XmlWriter<T> |
Interface for serializing an instance of T or a list of Ts to XML.
|
| Class | Description |
|---|---|
| AbstractXmlReader<T> |
Base class for generated XmlReaders.
|
| AbstractXmlWriter<T> |
Base class for generated XmlWriters.
|
| XmlBuilder |
Helper class for serializing XML.
|
| XmlInstanceCreator<T> | |
| XmlModule |
Gin module to bind the default implementation for
XmlRegistry. |
| XmlRegistry | |
| XmlUtils |
Contains static utility methods for XML parsing / serialization.
|
| XPath |
Copyright © 2013 Harald Pehl. All Rights Reserved.