インタフェースorg.w3c.dom.ProcessingInstruction 
の使用
| パッケージ | 説明 | 
|---|---|
| org.w3c.dom | Document Object Model (DOM)のインタフェースを提供します。 | 
- 
org.w3c.domでのProcessingInstructionの使用ProcessingInstructionを返すorg.w3c.dom内のメソッド 修飾子と型 メソッド 説明 ProcessingInstructionDocument. createProcessingInstruction(String target, String data)指定された名前およびデータ文字列を使用してProcessingInstructionノードを作成します。