Einhugur Xml Plugin for Xojo

EinhugurXml.Attribute Class (console safe)

A class representing attributes on Xml nodes.

Object
   Attribute

class EinhugurXml.Attribute

Constructors

AttributePrivate constructor.

Properties

AsBooleanGets the Attribute value as Boolean.
AsDateTimeGets the Attribute value as DateTime.
AsDoubleGets the Attribute value as Double.
AsInt32Gets the Attribute value as Int32.
AsInt64Gets the Attribute value as Int64.
AsSingleGets the Attribute value as Single.
AsStringGets the Attribute value as String.
AsUInt32Gets the Attribute value as UInt32.
AsUInt64Gets the Attribute value as UInt64.
EmptyReturns true if the Attribute is empty.
NameReads or writes name of the attribute.

Methods

NextAttributeGets next attribute.
Operator_CompareCompares if attributes are the same node under the hood.
PreviousAttributeGets previous attribute.
SetSets the attribute value with a Boolean value.
SetSets the attribute value with a DateTime value.
SetSets the attribute value with a Double value using no specific precision.
SetSets the attribute value with a Double value and a specified precision.
SetSets the attribute value with a Int32 value.
SetSets the attribute value with a Int64 value.
SetSets the attribute value with a Single value using no specific precision.
SetSets the attribute value with a Single value and a specified precision.
SetSets the attribute value with a String value.
SetSets the attribute value with a UInt32 value.
SetSets the attribute value with a UInt64 value.

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • iOS