Paullo612 / mlfx

OpenJFX's FXML language AOT compler
Apache License 2.0
12 stars 0 forks source link

Simplify characters handling logic #8

Closed Paullo612 closed 1 year ago

Paullo612 commented 1 year ago

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.