DOMProcessingInstruction クラス DOMProcessingInstruction
&reftitle.intro; このクラスは、processing instruction (PI) ノードを表します。 特別なアプリケーションの処理向けのデータエリアであることを示します。
&reftitle.classsynopsis; DOMProcessingInstruction extends DOMNode &InheritedConstants; &Properties; public readonly string target public string data &InheritedProperties; &Methods; &InheritedMethods;
&reftitle.properties; target そのデータがどのアプリケーション向けなのかを表す文字列 data アプリケーション特有のデータ
&reference.dom.entities.domprocessinginstruction;