XMLParserCPP 1.0
Loading...
Searching...
No Matches
XMLParserCPP Class Reference

The XMLParserCPP class. More...

#include <XMLParserCPP.h>

Public Member Functions

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

Detailed Description

The XMLParserCPP class.

XMLParserCPP contains methods for XML file parsing.

Member Function Documentation

◆ parseDocument()

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_documentXML document content.
Returns
Vector of found XML elements.