XML_findEndOfNonWhiteSpace

Moves the cursor to the address of the last non-white space character.

Service:VFS

Syntax

#include <xmlnss.h>

void XML_findEndOfNonWhiteSpace (
   utf8_t  **ptr,
   utf8_t   *endptr);

Parameters

ptr

Points to the current cursor location on input. On output, it points to the position of the last non-white space character.

endptr

Points to the last valid character to be searched.