This is a sub-object of the [ProvideX Class:XPXMLTAG] object. It is used to hold information about a single tag element's attributes. |
PROPERTY Name$ The attribute name |
PROPERTY Text$ The attribute text vaue |
FUNCTION Parse$(_attributes$) Parses through the string to pull out the attributes for an element | ||||
| ||||
| ||||
FUNCTION SetName(_Name$) Set the name of this attribute | ||||
FUNCTION SetText(_Text$) Set the text of this attribute |
![]() |