Org.W3c.Dom.IProcessingInstruction Structure
The ProcessingInstruction interface represents a "processing instruction", used in XML as a way to keep processor-specific information in the text of the document.

See Also: IProcessingInstruction Members

Syntax

[Android.Runtime.Register("org/w3c/dom/ProcessingInstruction", "", "Org.W3c.Dom.IProcessingInstructionInvoker")]
public interface IProcessingInstruction : INode, IDisposable

Remarks

The ProcessingInstruction interface represents a "processing instruction", used in XML as a way to keep processor-specific information in the text of the document.

No lexical check is done on the content of a processing instruction and it is therefore possible to have the character sequence "?>" in the content, which is illegal a processing instruction per section 2.6 of []. The presence of this character sequence must generate a fatal error during serialization.

See also the .

[Android Documentation]

Requirements

Namespace: Org.W3c.Dom
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1