# File lib/xml/sax.rb, line 29 def notationDecl(name, pubid, sysid) raise "not implemented" end
# File lib/xml/sax.rb, line 33 def unparsedEntityDecl(name, pubid, sysid, notation) raise "not implemented" end