org.xml.sax.ContentHandler.processingInstruction
method
public processingInstruction(target as String, data as String) as Void throws SAXException
Description

Receives a processing instruction.

Parameters
ParameterDescription
targetProcessing instruction target.
dataProcessing instruction data, or null.
Throws
  • SAXException if the application wants to interrupt parsing.
Example
handler.processingInstruction("xml-stylesheet", "href='style.css'")