ASN1C C# Runtime Library
7.6
|
Public Member Functions | |
virtual int | GetColumnNumber () |
virtual int | GetLineNumber () |
virtual System.String | GetPublicId () |
virtual System.String | GetSystemId () |
virtual void | SetColumnNumber (int columnNumber) |
virtual void | SetLineNumber (int lineNumber) |
virtual void | SetPublicId (System.String publicId) |
virtual void | SetSystemId (System.String systemId) |
XmlSaxLocatorImpl () | |
XmlSaxLocatorImpl (XmlSaxLocator locator) | |
This class is created for emulates the SAX LocatorImpl behaviors.
This method returns a new instance of 'XmlSaxLocatorImpl'.
XmlSaxLocatorImpl | ( | XmlSaxLocator | locator | ) |
This method returns a new instance of 'XmlSaxLocatorImpl'. Create a persistent copy of the current state of a locator.
locator | The current state of a locator. |
References XmlSaxLocator.GetColumnNumber(), XmlSaxLocator.GetLineNumber(), XmlSaxLocator.GetPublicId(), and XmlSaxLocator.GetSystemId().
|
virtual |
|
virtual |
|
virtual |
This method is not supported, it is included for compatibility. Return the saved public identifier.
Implements XmlSaxLocator.
|
virtual |
This method is not supported, it is included for compatibility. Return the saved system identifier.
Implements XmlSaxLocator.
|
virtual |
Set the column number for this locator.
columnNumber | The column number. |
|
virtual |
Set the line number for this locator.
lineNumber | The line number. |
|
virtual |
This method is not supported, it is included for compatibility. Set the public identifier for this locator.
publicId | The new public identifier. |
|
virtual |
This method is not supported, it is included for compatibility. Set the system identifier for this locator.
systemId | The new system identifier. |