com.arjuna.mw.wscf.utils
Class DomUtil

java.lang.Object
  extended by com.arjuna.mw.wscf.utils.DomUtil

public class DomUtil
extends Object

Since:
1.0.
Version:
$Id: DomUtil.java,v 1.3 2005/05/19 12:13:28 nmcl Exp $
Author:
Mark Little (mark.little@arjuna.com)

Constructor Summary
DomUtil()
           
 
Method Summary
static DocumentBuilder getDocumentBuilder()
           
static Node getNode(Node element, String name)
           
static Text getTextNode(Node element, String name)
           
static String nodeAsString(Node node)
           
 
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

getTextNode

public static final Text getTextNode(Node element,
                                     String name)

getNode

public static final Node getNode(Node element,
                                 String name)

nodeAsString

public static final String nodeAsString(Node node)

getDocumentBuilder

public static final DocumentBuilder getDocumentBuilder()


Copyright © 2012. All Rights Reserved.