#include <GUPI.hpp>
|
| static std::string | buildXLinkItemKey (std::string const &a_name, std::string const &a_key) |
Definition at line 170 of file GUPI.hpp.
◆ Encoding
Definition at line 173 of file GUPI.hpp.
173 {
174 utf8,
175 ascii
176 };
◆ Markup
| Enumerator |
|---|
| none | |
| xml | |
| html | |
| latex | |
Definition at line 178 of file GUPI.hpp.
178 {
180 xml,
181 html,
182 latex
183 };
◆ Text()
Definition at line 18 of file GUPI_text.cc.
18 :
20 m_body(a_node.text().get()),
23 m_label(a_node.attribute_as_string("label")) {
24}
Ancestry(std::string const &a_moniker, std::string const &a_attribute="")
◆ ~Text()
◆ body()
| std::string const & GUPI::Text::body |
( |
| ) |
const |
|
inline |
◆ encoding()
Definition at line 196 of file GUPI.hpp.
196{ return m_encoding; }
◆ findInAncestry3() [1/2]
Definition at line 200 of file GUPI.hpp.
200{ return( nullptr ); }
◆ findInAncestry3() [2/2]
Definition at line 201 of file GUPI.hpp.
201{ return( nullptr ); }
◆ label()
| std::string const & GUPI::Text::label |
( |
| ) |
const |
|
inline |
◆ markup()
| Markup GUPI::Text::markup |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: