XmlSaxLocatorImpl Class Reference
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 (XmlSaxLocator locator) | |
XmlSaxLocatorImpl () |
Detailed Description
This class is created for emulates the SAX LocatorImpl behaviors.
Constructor & Destructor Documentation
This method returns a new instance of 'XmlSaxLocatorImpl'.
- Returns:
- A new 'XmlSaxLocatorImpl' instance.
XmlSaxLocatorImpl | ( | XmlSaxLocator | locator | ) |
This method returns a new instance of 'XmlSaxLocatorImpl'. Create a persistent copy of the current state of a locator.
- Parameters:
-
locator The current state of a locator.
- Returns:
- A new 'XmlSaxLocatorImpl' instance.
Member Function Documentation
virtual int GetColumnNumber | ( | ) | [virtual] |
virtual int GetLineNumber | ( | ) | [virtual] |
virtual System.String GetPublicId | ( | ) | [virtual] |
This method is not supported, it is included for compatibility. Return the saved public identifier.
- Returns:
- The saved public identifier.
Implements XmlSaxLocator.
virtual System.String GetSystemId | ( | ) | [virtual] |
This method is not supported, it is included for compatibility. Return the saved system identifier.
- Returns:
- The saved system identifier.
Implements XmlSaxLocator.
virtual void SetColumnNumber | ( | int | columnNumber | ) | [virtual] |
Set the column number for this locator.
- Parameters:
-
columnNumber The column number.
virtual void SetLineNumber | ( | int | lineNumber | ) | [virtual] |
Set the line number for this locator.
- Parameters:
-
lineNumber The line number.
virtual void SetPublicId | ( | System.String | publicId | ) | [virtual] |
This method is not supported, it is included for compatibility. Set the public identifier for this locator.
- Parameters:
-
publicId The new public identifier.
virtual void SetSystemId | ( | System.String | systemId | ) | [virtual] |
This method is not supported, it is included for compatibility. Set the system identifier for this locator.
- Parameters:
-
systemId The new system identifier.