Called for a CDATA block event.
# File lib/libxml/sax_callbacks.rb, line 8 8: def on_cdata_block(cdata) 9: end
Called for a characters event.
# File lib/libxml/sax_callbacks.rb, line 12 12: def on_characters(chars) 13: end
Called for a comment event.
# File lib/libxml/sax_callbacks.rb, line 16 16: def on_comment(msg) 17: end
Called for a end document event.
# File lib/libxml/sax_callbacks.rb, line 20 20: def on_end_document 21: end
Called for a end element event.
# File lib/libxml/sax_callbacks.rb, line 24 24: def on_end_element_ns(name, prefix, uri) 25: end
Called for parser errors.
# File lib/libxml/sax_callbacks.rb, line 28 28: def on_error(msg) 29: end
Called for an external subset event.
# File lib/libxml/sax_callbacks.rb, line 32 32: def on_external_subset(name, external_id, system_id) 33: end
Called for an external subset notification event.
# File lib/libxml/sax_callbacks.rb, line 36 36: def on_has_external_subset 37: end
Called for an internal subset notification event.
# File lib/libxml/sax_callbacks.rb, line 40 40: def on_has_internal_subset 41: end
Called for an internal subset event.
# File lib/libxml/sax_callbacks.rb, line 44 44: def on_internal_subset(name, external_id, system_id) 45: end
Called for ‘is standalone’ event.
# File lib/libxml/sax_callbacks.rb, line 48 48: def on_is_standalone 49: end
Called for an processing instruction event.
# File lib/libxml/sax_callbacks.rb, line 52 52: def on_processing_instruction(target, data) 53: end
Called for a reference event.
# File lib/libxml/sax_callbacks.rb, line 56 56: def on_reference(name) 57: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.