Element.firstInnerText

Fetches the first consecutive text nodes concatenated together.

More...
class Element
const
string
firstInnerText
()

Detailed Description

firstInnerText of <example>some text<span>more text</span></example> is some text. It stops at the first child tag encountered.

See Also

Suggestion Box / Bug Report