~ubuntu-branches/ubuntu/saucy/ruby-xmlparser/saucy

« back to all changes in this revision

Viewing changes to lib/xml/dom2/dombuilderfilter.rb

  • Committer: Bazaar Package Importer
  • Author(s): Lucas Nussbaum
  • Date: 2011-06-16 21:57:51 UTC
  • Revision ID: james.westby@ubuntu.com-20110616215751-qi0xn6fsoy0yqv1y
Tags: upstream-0.7.2
ImportĀ upstreamĀ versionĀ 0.7.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## -*- Ruby -*-
 
2
## XML::DOM::DOMBuilderFilter
 
3
## 2001 by yoshidam
 
4
##
 
5
 
 
6
module XML
 
7
  module DOM
 
8
    module DOMBuilderFilter
 
9
      def endElement(element); end
 
10
    end
 
11
  end
 
12
end