| Class | RSS::REXMLLikeXMLParser |
| In: |
lib/rss/xmlparser.rb
|
| Parent: | ::XML::Parser |
# File lib/rss/xmlparser.rb, line 54
54: def processingInstruction(target, content)
55: @listener.instruction(target, content)
56: end
# File lib/rss/xmlparser.rb, line 38
38: def startElement(name, attrs)
39: @listener.tag_start(name, attrs)
40: end