klyn.io.xml.sax.DefaultHandler.processingInstruction
method
public processingInstruction(target as String, data as String) as Void throws SAXException:
Description

Receives a processing instruction.

Parameters
  • target Processing instruction target.
  • data Processing instruction data, or `null`.
Throws
  • SAXException if the SAX handler rejects the event or cannot process the reported XML structure.
Example
handler.processingInstruction("xml-stylesheet", "href='style.css'")