Contents

parser(_:foundProcessingInstructionWithTarget:data:)

Sent by a parser object to its delegate when it encounters a processing instruction.

Declaration

optional func parser(_ parser: XMLParser, foundProcessingInstructionWithTarget target: String, data: String?)

Parameters

  • parser:

    A parser object.

  • target:

    A string representing the target of a processing instruction.

  • data:

    A string representing the data for a processing instruction.

See Also

Handling XML