org.apache.cxf.helpers
Class NodeUtils

java.lang.Object
  extended by org.apache.cxf.helpers.NodeUtils

public final class NodeUtils
extends java.lang.Object


Method Summary
static org.w3c.dom.Node getChildElementNode(org.w3c.dom.Node xmlNode)
          Returns a first child DOM Node of type ELEMENT_NODE for the specified Node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getChildElementNode

public static org.w3c.dom.Node getChildElementNode(org.w3c.dom.Node xmlNode)
Returns a first child DOM Node of type ELEMENT_NODE for the specified Node.



Apache CXF