#include <AttList.hpp>
Public Methods | |
AttList () | |
void | Add (ax::QName &name, const std::string &value) |
Add an attribute to the List. More... | |
int | getLength () |
Get the length of the attribute List. More... | |
const std::string | getName (int i) |
Get attribute qualified name for index i. More... | |
const std::string | getValue (int i) |
Get attribute value for index i. More... | |
Private Types | |
typedef std::pair<ax::QName, std::string> | Attrib_t |
define the type for holding attributes. More... | |
Private Attributes | |
std::vector<Attrib_t > | m_Attribs |
List of attributes. More... |
This is defined for use with Axis as Attribute list to form a SOAP-Envelop.
Definition at line 81 of file AttList.hpp.
|
define the type for holding attributes.
Definition at line 99 of file AttList.hpp. |
|
Definition at line 84 of file AttList.hpp. |
|
Add an attribute to the List.
Definition at line 87 of file AttList.hpp. Referenced by RPCParam::Serialize().
|
|
Get the length of the attribute List.
Definition at line 92 of file AttList.hpp. Referenced by XMLSerializer::Append().
|
|
Get attribute qualified name for index i.
Definition at line 94 of file AttList.hpp. Referenced by XMLSerializer::Append().
|
|
Get attribute value for index i.
Definition at line 96 of file AttList.hpp. Referenced by XMLSerializer::Append().
|
|
List of attributes.
Definition at line 101 of file AttList.hpp. |
Copyright © 2001 SL_OpenSource XML Project. All Rights Reserved