Module: XML::SAX::DTDHandler
- Included in:
- HandlerBase
- Defined in:
- lib/xml/sax.rb
Instance Method Summary collapse
- #notationDecl(name, pubid, sysid) ⇒ Object
- #unparsedEntityDecl(name, pubid, sysid, notation) ⇒ Object
Instance Method Details
#notationDecl(name, pubid, sysid) ⇒ Object
29 30 31 |
# File 'lib/xml/sax.rb', line 29 def notationDecl(name, pubid, sysid) raise "not implemented" end |
#unparsedEntityDecl(name, pubid, sysid, notation) ⇒ Object
33 34 35 |
# File 'lib/xml/sax.rb', line 33 def unparsedEntityDecl(name, pubid, sysid, notation) raise "not implemented" end |