Module: Diff2Xml::Handler
- Included in:
- Diff2Html, Diff2Rss20
- Defined in:
- lib/diff2xml/handler.rb
Instance Method Summary collapse
- #common_line(line) ⇒ Object
- #end_block ⇒ Object
- #end_document ⇒ Object
- #end_parse ⇒ Object
- #source_line(line) ⇒ Object
- #start_block(sourceBase, sourceLength, targetBase, targetLength) ⇒ Object
- #start_document(source, target) ⇒ Object
- #start_parse ⇒ Object
- #target_line(line) ⇒ Object
Instance Method Details
#common_line(line) ⇒ Object
54 55 |
# File 'lib/diff2xml/handler.rb', line 54 def common_line(line) end |
#end_block ⇒ Object
45 46 |
# File 'lib/diff2xml/handler.rb', line 45 def end_block end |
#end_document ⇒ Object
39 40 |
# File 'lib/diff2xml/handler.rb', line 39 def end_document end |
#end_parse ⇒ Object
33 34 |
# File 'lib/diff2xml/handler.rb', line 33 def end_parse end |
#source_line(line) ⇒ Object
48 49 |
# File 'lib/diff2xml/handler.rb', line 48 def source_line(line) end |
#start_block(sourceBase, sourceLength, targetBase, targetLength) ⇒ Object
42 43 |
# File 'lib/diff2xml/handler.rb', line 42 def start_block(sourceBase, sourceLength, targetBase, targetLength) end |
#start_document(source, target) ⇒ Object
36 37 |
# File 'lib/diff2xml/handler.rb', line 36 def start_document(source, target) end |
#start_parse ⇒ Object
30 31 |
# File 'lib/diff2xml/handler.rb', line 30 def start_parse end |
#target_line(line) ⇒ Object
51 52 |
# File 'lib/diff2xml/handler.rb', line 51 def target_line(line) end |