Table of Contents

Interface IDOMError

Namespace
Org.W3c.Dom
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.xml/org/w3c/dom/DOMError.html

public interface IDOMError

Properties

Location

DOMLocator Location { get; }

Property Value

DOMLocator

Message

String Message { get; }

Property Value

String

RelatedData

object RelatedData { get; }

Property Value

object

RelatedException

object RelatedException { get; }

Property Value

object

Severity

short Severity { get; }

Property Value

short

Type

String Type { get; }

Property Value

String