module XML::SAX::EntityResolver

Public Instance Methods

resolveEntity(pubid, sysid) click to toggle source
# File lib/xml/sax.rb, line 72
def resolveEntity(pubid, sysid)
  raise "not implemented"
end