|
|
|
|
|
|
|
Returns the type of current element (tag or attribute). |
|
|
|
|
|
|
The htmlAttribute type is used to define all the advanced characteristics of an attribute of an element in an HTML document. |
|
|
|
|
|
|
Specifies whether the current tag has children corresponding to the sought type (tag, attribute, ...). |
|
|
|
|
|
|
The xmlNamespace type is used to handle the XML namespace of a node attribute in an XML document. |
|
|
|
|
|
|
WINDEV and WEBDEV allow you to use columns of type "Attribute" in Table controls...... |
|
|
|
|
|
|
The Italic property is used to:
Find out whether a Font variable is in italic type.
Modify the italic attribute of a Font variable.... |
|
|
|
|
|
|
The AttributeSerialize property gets the serialization name of the type according to its name and the <Serialize> extension attribute. |
|
|
|
|
|
|
Positions on the first element (tag or attribute) in the current tree level. |
|
|
|
|
|
|
Positions on the last element (tag or attribute) of the current tree level. |
|
|
|
|
|
|
The Attribute property is used to manage attributes. |
|
|
|
|
|
|
Adds an attribute or adds a new value to an existing attribute. |
|
|
|
|
|
|
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)...... |
|
|
|
|
|
|
Removes a given attribute |
|
|
|
|
|
|
Removes a given attribute |
|
|
|
|
|
|
Adds or changes an attribute of the current node of the HTML document. |
|
|
|
|
|
|
Adds or changes an attribute of the current node of the HTML document. |
|
|
|
|
|
|
Returns the value of current element (tag or XML attribute) or the value of one of its attributes. |
|
|
|
|
|
|
Adds an attribute into an XML document. |
|
|
|
|
|
|
Deletes an attribute as well as its values. |
|
|
|
|
|
|
Deletes a value of a specified attribute. |
|
|
|
|
|
|
Returns the number of values for an attribute. |
|
|
|
|
|
|
The xmlAttribute type is used to handle the attributes of a node in an XML document. |
|
|
|
|
|
|
Positions on the next element (tag or attribute). |
|
|
|
|
|
|
Positions on the previous element (tag or attribute). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|