Class: XML::SAX::Debug

Inherits:
Filter
  • Object
show all
Defined in:
lib/xml-sax-machines/debug.rb

Overview

SAX Debug filter.

Warn all SAX event methods before calling the next filter in the chain. Handy as it can be placed anywhere in a pipeline to see what events are being passed to the next filter.

See

  • XML::SAX::Filter

Instance Attribute Summary

Attributes inherited from Filter

#filter

Method Summary

Methods inherited from Filter

#cdata_block, #characters, #comment, #end_document, #end_element, #end_element_namespace, #error, #start_document, #start_element, #start_element_namespace, #warning, #xmldecl