# File lib/xml/sax.rb, line 11 def getLength raise "not implemented" end
# File lib/xml/sax.rb, line 15 def getName(pos) raise "not implemented" end
# File lib/xml/sax.rb, line 19 def getType(pos_or_name) raise "not implemented" end
# File lib/xml/sax.rb, line 23 def getValue(pos_or_name) raise "not implemented" end