exml: Ewol XML parser 0.7.0
Main Page
Related Pages
Namespaces
Classes
Files
Link-libs
lutin
ewol
echrono
etk
ejson
exml
esvg
egami
gale
ege
elog
ememory
enet
eproperty
esignal
etranslate
zeus
audio-ess
audio
audio-drain
audio-orchestra
audio-river
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
framework
atria-soft
exml
exml
Text.hpp
Go to the documentation of this file.
1
6
#pragma once
7
8
#include <
exml/Node.hpp
>
9
#include <vector>
10
11
namespace
exml
{
15
class
Text
:
public
exml::Node
{
16
public
:
21
Text
(
ememory::SharedPtr<exml::internal::Node>
_internalNode);
26
Text
(
const
exml::Text
& _obj);
31
Text
(
const
std::string& _data=
""
);
37
exml::Text
&
operator=
(
const
exml::Text
& _obj);
38
};
39
}
40
exml::Text::operator=
exml::Text & operator=(const exml::Text &_obj)
Copy constructor.
exml::Text
Text node interface (internal data between two balise : <XXX> ALL here </XXX>.
Definition:
Text.hpp:15
exml
exml namespace containing all function for XML interpretor
Definition:
Attribute.hpp:11
exml::Node
Basic main object of all xml elements.
Definition:
Node.hpp:30
exml::Text::Text
Text(ememory::SharedPtr< exml::internal::Node > _internalNode)
Constructor.
ememory::SharedPtr
Node.hpp
Generated on Mon Oct 24 2016 15:35:49 for exml: Ewol XML parser by
1.8.12