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:
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=(const exml::Text &_obj)
Copy constructor.
Text node interface (internal data between two balise : <XXX> ALL here </XXX>.
Definition: Text.hpp:15
exml namespace containing all function for XML interpretor
Definition: Attribute.hpp:11
Basic main object of all xml elements.
Definition: Node.hpp:30
Text(ememory::SharedPtr< exml::internal::Node > _internalNode)
Constructor.