Module: XML::SAX::AttributeList
- Included in:
- Parser::SAXDriver
- Defined in:
- lib/xml/sax.rb
Instance Method Summary collapse
- #getLength ⇒ Object
- #getName(pos) ⇒ Object
- #getType(pos_or_name) ⇒ Object
- #getValue(pos_or_name) ⇒ Object
Instance Method Details
#getLength ⇒ Object
11 12 13 |
# File 'lib/xml/sax.rb', line 11 def getLength raise "not implemented" end |
#getName(pos) ⇒ Object
15 16 17 |
# File 'lib/xml/sax.rb', line 15 def getName(pos) raise "not implemented" end |
#getType(pos_or_name) ⇒ Object
19 20 21 |
# File 'lib/xml/sax.rb', line 19 def getType(pos_or_name) raise "not implemented" end |
#getValue(pos_or_name) ⇒ Object
23 24 25 |
# File 'lib/xml/sax.rb', line 23 def getValue(pos_or_name) raise "not implemented" end |