XmlErrorInfo

Overview

Information about the errors during parsing this xml file.

Location

  • Reference:
    • Elements.dll  .NET, .NET Core 6.0, .NET Standard 2.0
    • elements.jar  Cooper
    • Elements.fx  Island, ToffeeV2
    • libElements.fx  Toffee
  • Namespace: RemObjects.Elements.RTL
  • Platforms: .NET, .NET Core 6.0, .NET Standard 2.0, Cooper, Island, Toffee, ToffeeV2

 

constructor .NET, .NET Core 6.0, .NET Standard 2.0, Cooper, Island

 

constructor

 

XmlErrorInfo()

 

init()

 

XmlErrorInfo()

 

Sub New()

Column

 

var Column: Int32;

 

Int32 Column

 

var Column: Int32

 

Integer Column

 

FIELD Column() As Int32

FillErrorInfo

 

method FillErrorInfo(aMsg: String; aSuggestion: String; aRow: Int32; aColumn: Int32; aXmlDoc: XmlDocument)

 

void FillErrorInfo(String aMsg, String aSuggestion, Int32 aRow, Int32 aColumn, XmlDocument aXmlDoc)

 

func FillErrorInfo(_ aMsg: String, _ aSuggestion: String, _ aRow: Int32, _ aColumn: Int32, _ aXmlDoc: XmlDocument)

 

void FillErrorInfo(String aMsg, String aSuggestion, Integer aRow, Integer aColumn, XmlDocument aXmlDoc)

 

Sub FillErrorInfo(aMsg As String, aSuggestion As String, aRow As Int32, aColumn As Int32, aXmlDoc As XmlDocument)

Parameters:

  • aMsg:
  • aSuggestion:
  • aRow:
  • aColumn:
  • aXmlDoc:

Message

 

var Message: String;

 

String Message

 

var Message: String

 

String Message

 

FIELD Message() As String

Row

 

var Row: Int32;

 

Int32 Row

 

var Row: Int32

 

Integer Row

 

FIELD Row() As Int32

Suggestion

 

var Suggestion: String;

 

String Suggestion

 

var Suggestion: String

 

String Suggestion

 

FIELD Suggestion() As String

 

Column

 

var Column: Int32;

 

Int32 Column

 

var Column: Int32

 

Integer Column

 

FIELD Column() As Int32

Message

 

var Message: String;

 

String Message

 

var Message: String

 

String Message

 

FIELD Message() As String

Row

 

var Row: Int32;

 

Int32 Row

 

var Row: Int32

 

Integer Row

 

FIELD Row() As Int32

Suggestion

 

var Suggestion: String;

 

String Suggestion

 

var Suggestion: String

 

String Suggestion

 

FIELD Suggestion() As String

 

constructor .NET, .NET Core 6.0, .NET Standard 2.0, Cooper, Island

 

constructor

 

XmlErrorInfo()

 

init()

 

XmlErrorInfo()

 

Sub New()

FillErrorInfo

 

method FillErrorInfo(aMsg: String; aSuggestion: String; aRow: Int32; aColumn: Int32; aXmlDoc: XmlDocument)

 

void FillErrorInfo(String aMsg, String aSuggestion, Int32 aRow, Int32 aColumn, XmlDocument aXmlDoc)

 

func FillErrorInfo(_ aMsg: String, _ aSuggestion: String, _ aRow: Int32, _ aColumn: Int32, _ aXmlDoc: XmlDocument)

 

void FillErrorInfo(String aMsg, String aSuggestion, Integer aRow, Integer aColumn, XmlDocument aXmlDoc)

 

Sub FillErrorInfo(aMsg As String, aSuggestion As String, aRow As Int32, aColumn As Int32, aXmlDoc As XmlDocument)

Parameters:

  • aMsg:
  • aSuggestion:
  • aRow:
  • aColumn:
  • aXmlDoc: