org.xml.sax.DocumentHandler.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 application wants to interrupt parsing.
Example
handler.processingInstruction("xml-stylesheet", "href='style.css'")