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 © 2012 JBoss by Red Hat. All Rights Reserved.