net.sourceforge.schemaspy.util
Class DOMUtil
java.lang.Object
net.sourceforge.schemaspy.util.DOMUtil
public class DOMUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DOMUtil
public DOMUtil()
printDOM
public static void printDOM(Node node,
LineWriter out)
throws TransformerException
- Throws:
TransformerException
appendAttribute
public static void appendAttribute(Node node,
String name,
String value)
- Append the specified key/value pair of attributes to the
Node.
- Parameters:
node - Nodename - Stringvalue - String
Copyright © 2007-2010. All Rights Reserved.