|
ASN1C C# Runtime Library
7.8
|
Public Member Functions | |
| int | GetColumnNumber () |
| int | GetLineNumber () |
| System.String | GetPublicId () |
| System.String | GetSystemId () |
This interface is created to emulate the SAX Locator interface behavior.
| int GetColumnNumber | ( | ) |
This method return the column number where the current document event ends.
Implemented in XmlSaxLocatorImpl.
Referenced by XmlSaxLocatorImpl.XmlSaxLocatorImpl().
| int GetLineNumber | ( | ) |
This method return the line number where the current document event ends.
Implemented in XmlSaxLocatorImpl.
Referenced by XmlSaxLocatorImpl.XmlSaxLocatorImpl().
| System.String GetPublicId | ( | ) |
This method is not supported, it is included for compatibility.
Implemented in XmlSaxLocatorImpl.
Referenced by XmlSaxLocatorImpl.XmlSaxLocatorImpl().
| System.String GetSystemId | ( | ) |
This method is not supported, it is included for compatibility.
Implemented in XmlSaxLocatorImpl.
Referenced by XmlSaxLocatorImpl.XmlSaxLocatorImpl().