Module: Diff2Xml::Handler

Included in:
Diff2Html, Diff2Rss20
Defined in:
lib/diff2xml/handler.rb

Instance Method Summary collapse

Instance Method Details

#common_line(line) ⇒ Object



54
55
# File 'lib/diff2xml/handler.rb', line 54

def common_line(line)
end

#end_blockObject



45
46
# File 'lib/diff2xml/handler.rb', line 45

def end_block
end

#end_documentObject



39
40
# File 'lib/diff2xml/handler.rb', line 39

def end_document
end

#end_parseObject



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_parseObject



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