Methods

SAXMachine::InstanceMethods

Public Class Methods

new(attributes = {}) click to toggle source
# File lib/sax-machine/sax_document.rb, line 20
def initialize(attributes = {})
  attributes.each do |name, value|
    send("#{name}=", value)
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.