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