Method ProcessingInstruction
ProcessingInstruction(String, String)
Filter a processing instruction event.
Declaration
public virtual void ProcessingInstruction(string target, string data)
Parameters
Type | Name | Description |
---|---|---|
System.String | target | The processing instruction target. |
System.String | data | The text following the target. |
Implements
Exceptions
Type | Condition |
---|---|
SAXException | The client may throw an exception during processing. |