class Athena::Formats::XML::BaseSpec

Public Instance Methods

done(context, name) click to toggle source
# File lib/athena/formats/xml.rb, line 195
def done(context, name)
  context
end
empty(context) click to toggle source
# File lib/athena/formats/xml.rb, line 199
def empty(context)
  context
end
start(context, name, attrs) click to toggle source
# File lib/athena/formats/xml.rb, line 187
def start(context, name, attrs)
  context
end
text(context, data) click to toggle source
# File lib/athena/formats/xml.rb, line 191
def text(context, data)
  context
end