Forum Discussion
PaulDonny
12 years agoRegular Contributor
Try this:
Java Doc for Nodes
I don't use XmlHolder too much since it requires the context to be called and the majority of my coding is actually external to SoapUI right now but that might help you. Worst case, you may need to import:
import org.w3c.dom.Node;
import org.w3c.dom.NodeList;
Java Doc for Nodes
I don't use XmlHolder too much since it requires the context to be called and the majority of my coding is actually external to SoapUI right now but that might help you. Worst case, you may need to import:
import org.w3c.dom.Node;
import org.w3c.dom.NodeList;