IsEmpty¶
Returns boolean value that states if the current node has an empty string.
1 |
|
Returns boolean value that states if the current node or specified xpath has an empty string.
1 |
|
Parameters¶
string xpath
XPath to evaluate.
Remarks¶
Returns true if the specified xpath does not correspond to an existing node.
Returns true if the specified xpath does not correspond to an existing node.
Evaluate with an xpath¶
1 |
|