# File lib/xml/saxdriver.rb, line 274 def processingInstruction(target, data) flushData; @documentHandler.processingInstruction(target, data) end