ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / XML file functions
  • Properties specific to the description of xmlAttribute variables
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The xmlAttribute type is used to handle the attributes of a node in an XML document.
This type of variable is used by:
Remark: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable.
Remarks

Properties specific to the description of xmlAttribute variables

The following properties can be used to handle an xmlAttribute variable:
NameType usedEffect
NamespacexmlNamespace variableNamespace in which the attribute is found.
Two attributes with the same name can be defined on an XML document node if they come from different namespaces.
NameUnicode stringAttribute name.
ValueUnicode stringValue of the attribute.
EmptyBoolean
  • True if the attribute is defined in a given node,
  • False otherwise.
This property is available in read-only mode.
Java Caution: The iteration order is not necessarily the order in which the attributes are declared in the document (in most cases, the attributes are listed in alphabetical order).
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help