Table of Contents

Interface IProcessingInstruction

Namespace
AngleSharp.Dom
Assembly
AngleSharp.dll

A processing instruction provides an opportunity for application-specific instructions to be embedded within XML and which can be ignored by XML processors which do not support processing their instructions (outside of their having a place in the DOM).

[DomName("ProcessingInstruction")]
public interface IProcessingInstruction : ICharacterData, INode, IEventTarget, IMarkupFormattable, IChildNode, INonDocumentTypeChildNode
Inherited Members
Extension Methods

Properties

Target

Gets the target of the processing instruction.

[DomName("target")]
string Target { get; }

Property Value

string