lsl_is_text function
Whether this is a text body (instead of an XML element). True both for plain char data and CData.
Implementation
@ffi.Native<NativeLsl_is_text>()
external int lsl_is_text(lsl_xml_ptr e);
Whether this is a text body (instead of an XML element). True both for plain char data and CData.
@ffi.Native<NativeLsl_is_text>()
external int lsl_is_text(lsl_xml_ptr e);