インタフェース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ノードを作成します。