☰
DDOCs
DDN-ODF
v2.0.1
/
ddn.odf.xml
/
textContent
🔍
☾
textContent
fn
string textContent(
XmlElement
elem)
Extracts the concatenated text content of an element.
Parameters
elem
The element whose text content to extract.
Returns
The text content as a string, or `""` if
elem
is
null
.