Hi;
What is the most efficient way to determine if a
node exists. The only way I have founs so far is:
if (node.matches(text))
where text is the xpath to the node I am looking
for and node is a Node I start the search from.
thanks - dave
|
- Re: [dom4j-user] [dom4j] - Does node exist David Thielen
- Re: [dom4j-user] [dom4j] - Does node exist David Thielen