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.

Back to top

Name Property

Description

Returns the attribute's name.

Syntax

XMLAttribute.Name

Return Value

String

Back to top

Namespace Property

Description

Returns the attribute's namespace.

Syntax

XMLAttribute.Namespace

Return Value

String

Back to top

Prefix Property

Description

Returns the prefix (name) of the attribute's namespace.

Syntax

XMLAttribute.Prefix

Return Value

String

Back to top

Value Property

Description

Returns the attribute's value.

Syntax

XMLAttribute.Value

Return Value

String

Back to top