Helper class that is used to retrieve attribute values from DOM node
Definition at line 362 of file sbDeviceXMLCapabilities.cpp.
sbDOMNodeAttributes::sbDOMNodeAttributes |
( |
nsIDOMNode * |
aNode | ) |
|
|
inline |
nsresult sbDOMNodeAttributes::GetValue |
( |
nsAString const & |
aName, |
|
|
nsAString & |
aValue |
|
) |
| |
|
inline |
Retrieves a string attribute value
- Parameters
-
aName | The name of the attribute |
aValue | The string to receive the value |
Definition at line 380 of file sbDeviceXMLCapabilities.cpp.
nsresult sbDOMNodeAttributes::GetValue |
( |
nsAString const & |
aName, |
|
|
PRInt32 & |
aValue |
|
) |
| |
|
inline |
Retrieve an integer attribute value
- Parameters
-
aName | The name of the attribute |
aValue | The integer to receive the value |
Definition at line 403 of file sbDeviceXMLCapabilities.cpp.
The documentation for this class was generated from the following file: