ASN1C C# Runtime Library  7.4
Public Member Functions | List of all members
XmlSaxLocator Interface Reference
Inheritance diagram for XmlSaxLocator:
XmlSaxLocatorImpl

Public Member Functions

int GetColumnNumber ()
 
int GetLineNumber ()
 
System.String GetPublicId ()
 
System.String GetSystemId ()
 

Detailed Description

This interface is created to emulate the SAX Locator interface behavior.

Member Function Documentation

◆ GetColumnNumber()

int GetColumnNumber ( )

This method return the column number where the current document event ends.

Returns
The column number where the current document event ends.

Implemented in XmlSaxLocatorImpl.

Referenced by XmlSaxLocatorImpl.XmlSaxLocatorImpl().

◆ GetLineNumber()

int GetLineNumber ( )

This method return the line number where the current document event ends.

Returns
The line number where the current document event ends.

Implemented in XmlSaxLocatorImpl.

Referenced by XmlSaxLocatorImpl.XmlSaxLocatorImpl().

◆ GetPublicId()

System.String GetPublicId ( )

This method is not supported, it is included for compatibility.

Returns
The saved public identifier.

Implemented in XmlSaxLocatorImpl.

Referenced by XmlSaxLocatorImpl.XmlSaxLocatorImpl().

◆ GetSystemId()

System.String GetSystemId ( )

This method is not supported, it is included for compatibility.

Returns
The saved system identifier.

Implemented in XmlSaxLocatorImpl.

Referenced by XmlSaxLocatorImpl.XmlSaxLocatorImpl().