public class DOMUtil extends Object
| コンストラクタと説明 |
|---|
DOMUtil() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static void |
appendAttribute(Node node,
String name,
String value)
Append the specified key/value pair of attributes to the
Node. |
static void |
printDOM(Node node,
LineWriter out) |
public static void printDOM(Node node, LineWriter out) throws TransformerException
Copyright © 2016. All Rights Reserved.