DOMAttribute Class Reference
Inheritance diagram for DOMAttribute:
List of all members.
Member Function Documentation
| + (id <DOMAttribute>) attributeWithName: |
|
(NSString *) |
name |
| value: |
|
(NSString *) |
value |
|
|
|
|
|
|
Returns an autoreleased initialized attribute with a name and a value string.
- Exceptions:
-
|
| + (id <DOMAttribute>) attributeWithName: |
|
(NSString *) |
theName |
| value: |
|
(NSString *) |
theValue |
| namespaceURI: |
|
(NSString *) |
namespaceURI |
| prefix: |
|
(NSString *) |
prefix |
|
|
|
|
| - (id) initWithName: |
|
(NSString *) |
name |
| value: |
|
(NSString *) |
value |
|
|
|
|
|
|
Returns an newly initialized attribute with a name and a value.
- Exceptions:
-
|
| - (id) initWithName: |
|
(NSString *) |
name |
| value: |
|
(NSString *) |
value |
| namespaceURI: |
|
(NSString *) |
namespaceURI |
| prefix: |
|
(NSString *) |
prefix |
|
|
|
|