Module: XML::SAX::Locator
- Defined in:
- lib/xml/sax.rb
Instance Method Summary collapse
Instance Method Details
#getColumnNumber ⇒ Object
105 106 107 |
# File 'lib/xml/sax.rb', line 105 def getColumnNumber raise "not implemented" end |
#getLineNumber ⇒ Object
101 102 103 |
# File 'lib/xml/sax.rb', line 101 def getLineNumber raise "not implemented" end |
#getPublicId ⇒ Object
93 94 95 |
# File 'lib/xml/sax.rb', line 93 def getPublicId raise "not implemented" end |
#getSystemId ⇒ Object
97 98 99 |
# File 'lib/xml/sax.rb', line 97 def getSystemId raise "not implemented" end |