Class ExpatLocator
xmlreader.Locator --+
|
ExpatLocator
Locator for use with the ExpatParser class.
This uses a weak reference to the parser object to avoid creating a
circular reference between the parser and the content handler.
|
|
|
getColumnNumber(self)
Return the column number where the current event ends. |
|
|
|
getLineNumber(self)
Return the line number where the current event ends. |
|
|
|
getPublicId(self)
Return the public identifier for the current event. |
|
|
|
getSystemId(self)
Return the system identifier for the current event. |
|
|