XMLFilterImpl.processingInstruction

Filter a processing instruction event.

@param target The processing instruction target. @param data The text following the target. @exception org.xml.sax.SAXException The client may throw an exception during processing.

class XMLFilterImpl(Ch = char)
void
processingInstruction
(
const(Ch)[] target
,
const(Ch)[] data
)

Meta