Home  +  Forums  +  C++ and Sockets  +  C++ and SQL: MySQL, sqlite, ODBC  +  Miscellaneous Projects
Logo
~Sockets~
~Projects~
~Contact~

xmlw - libxml2 C++ wrapper

Three classes that assist in working with libxml2 and xml documents. 'xmlw' is licensed under the GNU General Public License.

  • Xmlw::XmlDocument - parse xml document
  • Xmlw::XmlNode - find and access elements
  • Xmlw::XmlException - when something goes wrong

The classes all belong to the 'Xmlw' namespace.

External dependencies

Download

xmlw-1.0.tar.gz

xmlw-1.0.tar.zip

Example use

Opening a .wsdl document and print the names of all complexType definitions.

example.cpp

Class diagram

Class Diagram
Generated by dp

Source code documentation (generated by Doxygen). Select "File List" from the doxygen index page to see a list of all files in the example. Then select "[code]" to read the source code of that file. Files beginning with lowercase are usually the main() starting point, and files beginning with uppercase usually contains a class of the same name as the file itself.
Page, code, and content Copyright (C) 2021 by Anders Hedström
"A hacker does for love what others would not do for money."