Parent

CSSPool::SAC::Document

Public Instance Methods

charset(name, location) click to toggle source
# File lib/csspool/sac/document.rb, line 10
def charset name, location
end
comment(comment) click to toggle source
# File lib/csspool/sac/document.rb, line 25
def comment comment
end
end_document() click to toggle source
# File lib/csspool/sac/document.rb, line 7
def end_document
end
end_media(media_list, parse_location = {}) click to toggle source
# File lib/csspool/sac/document.rb, line 31
def end_media media_list, parse_location = {}
end
end_selector(selector_list) click to toggle source
# File lib/csspool/sac/document.rb, line 19
def end_selector selector_list
end
import_style(media_list, uri, default_ns = nil, location = {}) click to toggle source
# File lib/csspool/sac/document.rb, line 13
def import_style media_list, uri, default_ns = nil, location = {}
end
property(name, expression, important) click to toggle source
# File lib/csspool/sac/document.rb, line 22
def property name, expression, important
end
start_document() click to toggle source
# File lib/csspool/sac/document.rb, line 4
def start_document
end
start_media(media_list, parse_location = {}) click to toggle source
# File lib/csspool/sac/document.rb, line 28
def start_media media_list, parse_location = {}
end
start_selector(selector_list) click to toggle source
# File lib/csspool/sac/document.rb, line 16
def start_selector selector_list
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.