XMLAttribute Object
Description
An object representing an XML element attribute. This object can be accessed using one of the following methods:
Properties
![]() | Returns the attribute's name. |
![]() | Returns the attribute's namespace. |
![]() | Returns the prefix (name) of the attribute's namespace. |
![]() | Returns the attribute's value. |
Name Property
Description
Returns the attribute's name.
Syntax
XMLAttribute.Name
Return Value
String
Namespace Property
Description
Returns the attribute's namespace.
Syntax
XMLAttribute.Namespace
Return Value
String
Prefix Property
Description
Returns the prefix (name) of the attribute's namespace.
Syntax
XMLAttribute.Prefix
Return Value
String
Value Property
Description
Returns the attribute's value.
Syntax
XMLAttribute.Value
Return Value
String