Class XPXMLATR

This is a sub-object of the [ProvideX Class:XPXMLTAG] object. It is used to hold information about a single tag element's attributes.

Properties

PROPERTY Name$

The attribute name

PROPERTY Text$

The attribute text vaue

Methods

FUNCTION Parse$(_attributes$)

Parses through the string to pull out the attributes for an element

ParameterDescription
_attributes$ The string that contains the attributes for an element
Returns The modified string value with the attribute information removed
FUNCTION SetName(_Name$)

Set the name of this attribute

FUNCTION SetText(_Text$)

Set the text of this attribute