net.sourceforge.schemaspy.util
Class DOMUtil

java.lang.Object
  extended by net.sourceforge.schemaspy.util.DOMUtil

public class DOMUtil
extends Object


Constructor Summary
DOMUtil()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMUtil

public DOMUtil()
Method Detail

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 - Node
name - String
value - String


Copyright © 2007-2010. All Rights Reserved.