Method ProcessingInstruction
ProcessingInstruction(String, String)
Write a processing instruction. Pass the event on down the filter chain for further processing.
Declaration
public override void ProcessingInstruction(string target, string data)
Parameters
Type | Name | Description |
---|---|---|
System.String | target | The PI target. |
System.String | data | The PI data. |
Overrides
Exceptions
Type | Condition |
---|---|
SAXException | If there is an error writing the PI, or if a handler further down the filter chain raises an exception. |