module XML::SAX::AttributeList

Public Instance Methods

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