class Athena::Formats::XML::BaseSpec

Public Instance Methods

done(context, name) click to toggle source
    # File lib/athena/formats/xml.rb
195 def done(context, name)
196   context
197 end
empty(context) click to toggle source
    # File lib/athena/formats/xml.rb
199 def empty(context)
200   context
201 end
start(context, name, attrs) click to toggle source
    # File lib/athena/formats/xml.rb
187 def start(context, name, attrs)
188   context
189 end
text(context, data) click to toggle source
    # File lib/athena/formats/xml.rb
191 def text(context, data)
192   context
193 end