|
#include <CXmlNode.h>

Public Member Functions | |
| CXmlPI (CXmlNode &parent, std::string target, const char *data) | |
| Constructor. | |
| CXmlPI (CXmlNode *parent, std::string target, const char *data) | |
| Constructor. | |
| CXmlPI (CXmlNode &parent, std::string target, const std::string &data) | |
| Constructor. | |
| virtual const std::string & | name () const |
| Returns the node name. | |
| virtual void | name (const std::string &name) |
| Sets the new name for the node. | |
| virtual void | name (const char *name) |
| Sets new name for node. | |
| virtual CXmlNodeType | type () const |
| Returns node type. | |
| sptk::CXmlPI::CXmlPI | ( | CXmlNode & | parent, | |
| std::string | target, | |||
| const char * | data | |||
| ) | [inline] |
| sptk::CXmlPI::CXmlPI | ( | CXmlNode * | parent, | |
| std::string | target, | |||
| const char * | data | |||
| ) | [inline] |
| sptk::CXmlPI::CXmlPI | ( | CXmlNode & | parent, | |
| std::string | target, | |||
| const std::string & | data | |||
| ) | [inline] |
| virtual void sptk::CXmlPI::name | ( | const char * | name | ) | [virtual] |
Sets new name for node.
| name | const char *, new node name |
Reimplemented from sptk::CXmlBaseTextNode.
| virtual void sptk::CXmlPI::name | ( | const std::string & | name | ) | [virtual] |
Sets the new name for the node.
| name | const std::string&, new node name |
Reimplemented from sptk::CXmlBaseTextNode.
| virtual const std::string& sptk::CXmlPI::name | ( | ) | const [inline, virtual] |
Returns the node name.
The meaning of the value depends on the node type
Reimplemented from sptk::CXmlBaseTextNode.
Referenced by CXmlPI().