Interface IProcessingInstruction
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/xml/stream/events/ProcessingInstruction.html
public interface IProcessingInstruction : IXMLEvent, IXMLStreamConstants
- Inherited Members
Properties
Data
String Data { get; }
Property Value
Target
String Target { get; }