Doxybook2::XmlTextParser
#include <XmlTextParser.hpp>
Public Classes
| Name | |
|---|---|
| struct | Node |
Public Types
| Name | |
|---|---|
| typedef std::unique_ptr<Tag> | TagPtr |
| typedef std::vector<TagPtr> | Children |
Public Functions
| Name | |
|---|---|
| Node | parseParas(const Xml::Element & element) |
| Node | parsePara(const Xml::Element & element) |
| Node::Type | strToType(const std::string & str) |
Public Types Documentation
typedef TagPtr
cpp
typedef std::unique_ptr<Tag> Doxybook2::XmlTextParser::TagPtr;typedef Children
cpp
typedef std::vector<TagPtr> Doxybook2::XmlTextParser::Children;Public Functions Documentation
function parseParas
cpp
static Node parseParas(
const Xml::Element & element
)function parsePara
cpp
static Node parsePara(
const Xml::Element & element
)function strToType
cpp
static Node::Type strToType(
const std::string & str
)Updated on 2026-05-17 at 13:22:38 +0000