method
processingInstruction
v2_5_5 -
Show latest stable
- Class:
RSS::REXMLLikeXMLParser
processingInstruction(target, content)public
No documentation available.
# File lib/rss/xmlparser.rb, line 56
def processingInstruction(target, content)
@listener.instruction(target, content)
end