lsl_is_text function

  1. @Native<NativeLsl_is_text>()
int lsl_is_text(
  1. lsl_xml_ptr e
)

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);