What is dom4sym?
The original purpose of this library was to make the reading and manipulating of XML configuration files easier. For this particular usage SAX parsers are commonly not optimal, as they tend to require an unnecessary large amount of state information about the currently parsed tags and so forth. For this type of tasks a DOM parser often provides a much more convenient API.
Acknowledgements
- Thanks to the DOMIT! team for allowing us to re-use part of their documentation.
- Thanks to Penrillian, dom4sym uses their RStringBuf class.
Doxygen Documentation
Below is the generated doxygen documentation. The documentation is also available here: http://kom.aau.dk/project/mobilephone/Code/dom4sym/html/
