module XML::SAX::DTDHandler

Public Instance Methods

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