XmlSaxLocator Interface Reference
Inheritance diagram for XmlSaxLocator:
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
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.
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.
System.String GetPublicId | ( | ) |
This method is not supported, it is included for compatibility.
- Returns:
- The saved public identifier.
Implemented in XmlSaxLocatorImpl.
System.String GetSystemId | ( | ) |
This method is not supported, it is included for compatibility.
- Returns:
- The saved system identifier.
Implemented in XmlSaxLocatorImpl.