module XML::SAX::DTDHandler

Public Instance Methods

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