AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de archivos XML
  • Properties specific to xmlAttribute variables
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
The xmlAttribute type is used to handle the attributes of a node in an XML document.
This type of variable is used by:
Note: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable.
Propiedades

Properties specific to xmlAttribute variables

The following properties can be used to handle xmlAttribute variables:
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.
Android Warning: The attribute name must not contain accented characters.
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.

AndroidJava Caution: The order of iteration is not necessarily the order in which attributes are declared in the document (attributes are generally listed in character set order)..
Versión mínima requerida
  • Versión 15
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/09/2024

Señalar un error o enviar una sugerencia | Ayuda local