#include <AttributeList.h>
Inheritance diagram for saxAttributeList


Public Methods | |
| virtual NS_DECL_ISUPPORTS nsresult | GetLength (PRUint32 *_retval) |
| virtual nsresult | GetName (PRUint32 index, PRUnichar **_retval) |
| virtual nsresult | GetType (PRUint32 index, PRUnichar **_retval) |
| virtual nsresult | GetValue (PRUint32 index, PRUnichar **_retval) |
| virtual nsresult | GetTypeUsingName (const PRUnichar *name, PRUnichar **_retval) |
| virtual nsresult | GetValueUsingName (const PRUnichar *name, PRUnichar **_retval) |
| saxAttributeList () | |
| virtual | ~saxAttributeList () |
| void | AddAttribute (const nsAReadableString& name, const nsAReadableString& type, const nsAReadableString& value) |
| void | Clear () |
Private Types | |
| typedef std::vector<const nsAReadableString*> | vectorString |
Private Attributes | |
| vectorString | m_name |
| vectorString | m_type |
| vectorString | m_value |
|
|
Definition at line 28 of file AttributeList.h. |
|
|
|
|
|
Definition at line 26 of file AttributeList.cpp. |
|
|
Definition at line 31 of file AttributeList.cpp. Referenced by DBPage::ParseURI(), Transaction::buildRecord(), Report::buildRecord(), Transaction::buildXML(), and Report::buildXML(). |
|
|
Definition at line 39 of file AttributeList.cpp. Referenced by DBPage::ParseURI(), Transaction::buildRecord(), Report::buildRecord(), Transaction::buildXML(), and Report::buildXML(). |
|
|
Definition at line 47 of file AttributeList.cpp. |
|
|
Definition at line 54 of file AttributeList.cpp. |
|
|
Definition at line 61 of file AttributeList.cpp. |
|
|
Definition at line 75 of file AttributeList.cpp. |
|
|
Definition at line 68 of file AttributeList.cpp. |
|
|
Definition at line 85 of file AttributeList.cpp. |
|
|
Definition at line 29 of file AttributeList.h. |
|
|
Definition at line 30 of file AttributeList.h. |
|
|
Definition at line 31 of file AttributeList.h. |
1.2.1 written by Dimitri van Heesch,
© 1997-2000