XMLAttribute Object

Description

An object representing an XML element attribute. This object can be accessed using one of the following methods:

Properties

Method NameReturns the attribute's name.
Method NamespaceReturns the attribute's namespace.
PrefixReturns the prefix (name) of the attribute's namespace.
ValueReturns 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