stringValue property

String get stringValue

The read-only stringValue property of the XPathResult interface returns the string value of a result with XPathResult.resultType being STRING_TYPE.

Implementation

external String get stringValue;