public class ThreadSafeNodeList extends Object implements NodeList
NodeList that is used by XPathBuilder
to return thread-safe NodeList instances as its result.
This is needed to ensure that end users do not hit any concurrency issues while working
with xpath expressions using built-in from the JDK or via camel-saxon.| Constructor and Description |
|---|
ThreadSafeNodeList(NodeList source) |
Apache Camel