Module esistools :: Class Locator
[hide private]
[frames] | no frames]

_ClassType Locator

xml.sax.xmlreader.Locator --+
                            |
                           Locator

Instance Methods [hide private]
 
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.

Inherited from xml.sax.xmlreader.Locator: getColumnNumber

Class Variables [hide private]
  _lineno = -1
  _public_id = None
  _system_id = None
Method Details [hide private]

getLineNumber(self)

 

Return the line number where the current event ends.

Overrides: xml.sax.xmlreader.Locator.getLineNumber
(inherited documentation)

getPublicId(self)

 

Return the public identifier for the current event.

Overrides: xml.sax.xmlreader.Locator.getPublicId
(inherited documentation)

getSystemId(self)

 

Return the system identifier for the current event.

Overrides: xml.sax.xmlreader.Locator.getSystemId
(inherited documentation)