org.jboss.media.util
Class DOMUtils

java.lang.Object
  extended byorg.jboss.media.util.DOMUtils

public class DOMUtils
extends java.lang.Object

DOM utils.


Constructor Summary
DOMUtils()
           
 
Method Summary
 void displayNode(org.w3c.dom.Node root)
           
static void displayNode(org.w3c.dom.Node node, int level)
           
static org.w3c.dom.Node findNode(org.w3c.dom.Node node, java.lang.String name)
           
static java.lang.String getNodeAttribute(org.w3c.dom.Node node, java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMUtils

public DOMUtils()
Method Detail

findNode

public static org.w3c.dom.Node findNode(org.w3c.dom.Node node,
                                        java.lang.String name)

getNodeAttribute

public static java.lang.String getNodeAttribute(org.w3c.dom.Node node,
                                                java.lang.String name)

displayNode

public void displayNode(org.w3c.dom.Node root)

displayNode

public static void displayNode(org.w3c.dom.Node node,
                               int level)