XMLElement Type

An element contained within the XML document.

Remarks

This type describes an XML element. The fields for this type describe the element Name, Prefix, and Namespace of the given element.

The elements are inserted into the array in the same order they are found in the document.

Fields

Name
String

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

Namespace
String

Namespace of the element.

Prefix
String

Prefix of the element (if any). If the element does not have a prefix, this property is empty.

XText
String

The inner text of the element.

Constructors

public XMLElement();
Public XMLElement()

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks ZIP 2020 .NET Edition - Version 20.0 [Build 8300]