org.testng.xml.dom
Class DomUtil

java.lang.Object
  extended by org.testng.xml.dom.DomUtil

public class DomUtil
extends Object


Nested Class Summary
static interface DomUtil.NodeProcessor
           
 
Constructor Summary
DomUtil(Document doc)
           
 
Method Summary
static Iterator<Node> findChildren(Node node, String name)
           
 void populate(XmlSuite xmlSuite)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomUtil

public DomUtil(Document doc)
Method Detail

populate

public void populate(XmlSuite xmlSuite)
              throws XPathExpressionException
Throws:
XPathExpressionException

findChildren

public static Iterator<Node> findChildren(Node node,
                                          String name)


Copyright © 2015. All Rights Reserved.