Table of Contents

Interface ILocator

Namespace
Org.Xml.Sax
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/xml/sax/Locator.html

public interface ILocator

Properties

ColumnNumber

int ColumnNumber { get; }

Property Value

int

LineNumber

int LineNumber { get; }

Property Value

int

PublicId

String PublicId { get; }

Property Value

String

SystemId

String SystemId { get; }

Property Value

String