|
|
|
|
|
- Properties specific to xmlAttribute variables
xmlAttribute (Variable type)
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:
| | | Name | Type used | Effect |
---|
Namespace | xmlNamespace variable | Namespace 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. | Name | Unicode string | Attribute name. | Value | Unicode string | Value of the attribute. | Empty | Boolean | - True if the attribute is defined in a given node,
- False otherwise.
This property is available in read-only mode. |
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|