org.jdom.output
Interface EscapeStrategy
public interface EscapeStrategy
Logic to determine which characters should be formatted as character
entities.
$Revision: 1.3 $, $Date: 2004/02/06 09:28:32 $- Alex Rosen
- Bradley S. Huffman
- Jason Hunter
boolean | shouldEscape(char ch) - Test whether the supplied character should be formatted literally
or as a character entity.
|
shouldEscape
public boolean shouldEscape(char ch)
Test whether the supplied character should be formatted literally
or as a character entity.
Copyright B) 2004 Jason Hunter, Brett McLaughlin. All Rights Reserved.