Apache CXF API

org.apache.cxf.helpers
Class NodeUtils

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

public final class NodeUtils
extends Object


Method Summary
static Node getChildElementNode(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 Node getChildElementNode(Node xmlNode)
Returns a first child DOM Node of type ELEMENT_NODE for the specified Node.


Apache CXF API

Apache CXF