# File lib/xml/sax.rb, line 10 def getLength raise "not implemented" end
# File lib/xml/sax.rb, line 14 def getName(pos) raise "not implemented" end
# File lib/xml/sax.rb, line 18 def getType(pos_or_name) raise "not implemented" end
# File lib/xml/sax.rb, line 22 def getValue(pos_or_name) raise "not implemented" end