Class | RSS::REXMLLikeXMLParser |
In: |
rss/xmlparser.rb
|
Parent: | ::XML::Parser |
# File rss/xmlparser.rb, line 54 def processingInstruction(target, content) @listener.instruction(target, content) end