mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 11:23:45 +00:00
amend
This commit is contained in:
parent
a06528ee2a
commit
ca5d5a0b1a
@ -399,6 +399,8 @@ public:
|
||||
bool inText() const { return text_level_ != nlevel; }
|
||||
///
|
||||
std::string xmlns() const { return xmlns_; }
|
||||
///
|
||||
MathMLVersion version() const { return version_; }
|
||||
/// Returns the tag name prefixed by the name space if needed.
|
||||
std::string namespacedTag(std::string const & tag) const {
|
||||
return (xmlns().empty() ? "" : xmlns() + ":") + tag;
|
||||
|
Loading…
Reference in New Issue
Block a user