Characters inside elements are saved to local variable and applied only at element handling end now. Actually they can be applied immediately. Also, there are String#isEmpty() checks, but looks like XMLStreamReader never reports empty strings as characters.
Characters inside elements are saved to local variable and applied only at element handling end now. Actually they can be applied immediately. Also, there are
String#isEmpty()
checks, but looks likeXMLStreamReader
never reports empty strings as characters.