Interface IProcessingInstruction
- Namespace
- SharpVectors.Dom
- Assembly
- SharpVectors.Core.dll
Represents a processing instruction, which XML defines to keep processor-specific information in the text of the document.
public interface IProcessingInstruction : INode, IXmlNode
- Inherited Members
Properties
- Data
Gets or sets the content of the processing instruction, excluding the target.
- Target
Gets the target of the processing instruction.