インタフェースorg.w3c.dom.Comment 
の使用
| パッケージ | 説明 | 
|---|---|
| org.w3c.dom | Document Object Model (DOM)のインタフェースを提供します。 | 
- 
org.w3c.domでのCommentの使用Commentを返すorg.w3c.dom内のメソッド 修飾子と型 メソッド 説明 CommentDocument. createComment(String data)指定された文字列を持つCommentノードを作成します。