| org.jdom.output.EscapeStrategy
EscapeStrategy | public interface EscapeStrategy (Code) | | Logic to determine which characters should be formatted as character
entities.
version: $Revision: 1.1 $, $Date: 2005/04/27 09:32:42 $ author: Alex Rosen author: Bradley S. Huffman author: Jason Hunter |
Method Summary | |
public boolean | shouldEscape(char ch) Test whether the supplied character should be formatted literally
or as a character entity. |
shouldEscape | public boolean shouldEscape(char ch)(Code) | | Test whether the supplied character should be formatted literally
or as a character entity.
|
|
|