public interface EscapeStrategy
Modifier and Type | Method and Description |
---|---|
boolean |
shouldEscape(char ch)
Test whether the supplied character should be formatted literally
or as a character entity.
|
Copyright © 2021 Jason Hunter, Brett McLaughlin. All Rights Reserved.