IPWorks Auth 2020 Kotlin Edition

Questions / Feedback?

XMLAttribute Type

An XML attribute from the current XML element.

Remarks

This type describes an XML attribute from the current element. It includes fields to denote information about the attribute being defined.

Fields

Name
String?

The Name provides the local name (without prefix) of the attribute.

Namespace
String?

Attribute namespace.

Prefix
String?

Attribute prefix (if any). If the attribute does not have a prefix, this property is empty.

Value
String?

Attribute value.

Constructors

public constructor()



Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks Auth 2020 Kotlin Edition - Version 20.0 [Build 7941]