XMLParserCPP(3)

XMLParserCPP(3) Library Functions Manual XMLParserCPP(3)

NAME

XMLParserCPP - The XMLParserCPP class.

SYNOPSIS

#include <XMLParserCPP.h>

Public Member Functions


XMLParserCPP ()
XMLParserCPP constructor. std::vector< XMLElement > parseDocument (const std::string &xml_document)
Parses XML document.

Detailed Description

The XMLParserCPP class.

XMLParserCPP contains methods for XML file parsing.

Member Function Documentation

std::vector< XMLElement > XMLParserCPP::parseDocument (const std::string & xml_document)

Parses XML document. This method parses XML document and returns vector of found XML elements.

Note

This method can throw std::exception in case of any errors.

Parameters

xml_document XML document content.

Returns

Vector of found XML elements.

Author

Generated automatically by Doxygen for XMLParserCPP from the source code.

Version 1.1 XMLParserCPP