Class: PinkShirt::SAX::BoilerPlate
- Inherits:
-
Base
- Object
- Base
- PinkShirt::SAX::BoilerPlate
show all
- Defined in:
- lib/pink_shirt/sax/boiler_plate.rb
Constant Summary
- TAGS =
%w(html body head)
Instance Method Summary
(collapse)
Methods inherited from Base
#add_attributes, #initialize, #method_missing, #to_s
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
in the class PinkShirt::SAX::Base
Instance Method Details
- (Object) end_body
8
|
# File 'lib/pink_shirt/sax/boiler_plate.rb', line 8
def end_body; end
|
- (Object) end_head
10
|
# File 'lib/pink_shirt/sax/boiler_plate.rb', line 10
def end_head; end
|
- (Object) end_html
6
|
# File 'lib/pink_shirt/sax/boiler_plate.rb', line 6
def end_html; end
|
- (Object) start_body(attrs)
7
|
# File 'lib/pink_shirt/sax/boiler_plate.rb', line 7
def start_body(attrs); end
|
- (Object) start_head(attrs)
9
|
# File 'lib/pink_shirt/sax/boiler_plate.rb', line 9
def start_head(attrs); end
|
- (Object) start_html(attrs)
5
|
# File 'lib/pink_shirt/sax/boiler_plate.rb', line 5
def start_html(attrs); end
|