Module: XML::SAX::Locator

Instance Method Summary collapse

Instance Method Details

#getColumnNumberObject



105
106
107
# File 'lib/xml/sax.rb', line 105

def getColumnNumber
  raise "not implemented"
end

#getLineNumberObject



101
102
103
# File 'lib/xml/sax.rb', line 101

def getLineNumber
  raise "not implemented"
end

#getPublicIdObject



93
94
95
# File 'lib/xml/sax.rb', line 93

def getPublicId
  raise "not implemented"
end

#getSystemIdObject



97
98
99
# File 'lib/xml/sax.rb', line 97

def getSystemId
  raise "not implemented"
end