module XML::SAX::AttributeList

Public Instance Methods

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