![]() |
|
PhoenixXml
1.0.0
Xml parser for Phoenix
|
Attribute from xml. More...
#include <PXml.h>
Public Member Functions | |
| PString & | getName () |
| Get the variable p_name. | |
| const PString & | getName () const |
| Get the variable p_name. | |
| PString & | getValue () |
| Get the variable p_value. | |
| const PString & | getValue () const |
| Get the variable p_value. | |
| PXmlAttr & | operator= (const PXmlAttr &other) |
| Equal operator of the class PXmlAttr. | |
| PXmlAttr () | |
| Constructor of the class PXmlAttr. | |
| PXmlAttr (const PXmlAttr &other) | |
| Copy constructor of the class PXmlAttr. | |
| void | setName (const PString &name) |
| Set the variable p_name, of type 'PString'. | |
| void | setValue (const PString &value) |
| Set the variable p_value, of type 'PString'. | |
| virtual | ~PXmlAttr () |
| Destructor of the class PXmlAttr. | |
Private Member Functions | |
| void | copyPXmlAttr (const PXmlAttr &other) |
| Copy function of the class PXmlAttr. | |
| void | initialisationPXmlAttr () |
| Initialisation function of the class PXmlAttr. | |
Private Attributes | |
| size_t | p_flag |
| Flag of the PXmlAttr. | |
| PString | p_name |
| Name of the attribute. | |
| PString | p_value |
| Value of the attribute. | |
| PXmlAttr::PXmlAttr | ( | ) |
Constructor of the class PXmlAttr.
Definition at line 25 of file PXml.cpp.
References initialisationPXmlAttr().
Referenced by copyPXmlAttr(), operator=(), and PXmlAttr().
Here is the call graph for this function:
Here is the caller graph for this function:| PXmlAttr::PXmlAttr | ( | const PXmlAttr & | other | ) |
Copy constructor of the class PXmlAttr.
| other | : other variable |
Definition at line 32 of file PXml.cpp.
References copyPXmlAttr(), initialisationPXmlAttr(), and PXmlAttr().
Here is the call graph for this function:
|
virtual |
|
private |
Copy function of the class PXmlAttr.
| other | : other variable |
Definition at line 109 of file PXml.cpp.
References p_name, p_value, and PXmlAttr().
Referenced by operator=(), and PXmlAttr().
Here is the call graph for this function:
Here is the caller graph for this function:| PString & PXmlAttr::getName | ( | ) |
| const PString & PXmlAttr::getName | ( | ) | const |
Get the variable p_name.
Definition at line 68 of file PXml.cpp.
References p_name.
Referenced by pxml_attrStr().
Here is the caller graph for this function:| PString & PXmlAttr::getValue | ( | ) |
| const PString & PXmlAttr::getValue | ( | ) | const |
Get the variable p_value.
Definition at line 82 of file PXml.cpp.
References p_value.
Referenced by loadParserSeq(), and pxml_attrStr().
Here is the caller graph for this function:
|
private |
Initialisation function of the class PXmlAttr.
Definition at line 101 of file PXml.cpp.
References p_flag.
Referenced by PXmlAttr(), and PXmlAttr().
Here is the caller graph for this function:Equal operator of the class PXmlAttr.
| other | : other variable |
Definition at line 46 of file PXml.cpp.
References copyPXmlAttr(), and PXmlAttr().
Here is the call graph for this function:| void PXmlAttr::setName | ( | const PString & | name | ) |
Set the variable p_name, of type 'PString'.
| name | : Name of the attribute |
Definition at line 54 of file PXml.cpp.
References p_name.
Referenced by pxml_parserXmlAttribute().
Here is the caller graph for this function:| void PXmlAttr::setValue | ( | const PString & | value | ) |
Set the variable p_value, of type 'PString'.
| value | : Value of the attribute |
Definition at line 61 of file PXml.cpp.
References p_value.
Referenced by pxml_parserXmlAttribute().
Here is the caller graph for this function:
|
private |
|
private |
|
private |
Value of the attribute.
Definition at line 50 of file PXml.h.
Referenced by copyPXmlAttr(), getValue(), getValue(), and setValue().