summaryrefslogtreecommitdiff
path: root/lib/rexml/streamlistener.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rexml/streamlistener.rb')
-rw-r--r--lib/rexml/streamlistener.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/rexml/streamlistener.rb b/lib/rexml/streamlistener.rb
index 3c3c5e3684..6f401125b5 100644
--- a/lib/rexml/streamlistener.rb
+++ b/lib/rexml/streamlistener.rb
@@ -39,6 +39,9 @@ module REXML
# @p uri the uri of the doctype, or nil. EG, "bar"
def doctype name, pub_sys, long_name, uri
end
+ # Called when the doctype is done
+ def doctype_end
+ end
# If a doctype includes an ATTLIST declaration, it will cause this
# method to be called. The content is the declaration itself, unparsed.
# EG, <!ATTLIST el attr CDATA #REQUIRED> will come to this method as "el