Package org.jdom2.output
Interface EscapeStrategy
-
public interface EscapeStrategyLogic to determine which characters should be formatted as character entities.- Author:
- Alex Rosen, Bradley S. Huffman, Jason Hunter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanshouldEscape(char ch)Test whether the supplied character should be formatted literally or as a character entity.
-