XmlPIToken sealed class XmlPIToken : XmlToken The processing instruction token that defines a processing instruction. Documentation Code public string Content { get; set; } Gets or sets the content data. public string Target { get; set; } Gets or sets the target data. public XmlPIToken(TextPosition position) Creates a new processing instruction token.