org.jdom.output
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 © 2015 JDOM. All rights reserved.