JDOM
1.1.3

org.jdom.output
Interface EscapeStrategy


public interface EscapeStrategy

Logic to determine which characters should be formatted as character entities.

Version:
$Revision: 1.1 $, $Date: 2012/04/08 22:48:01 $
Author:
Alex Rosen, Bradley S. Huffman, Jason Hunter

Method Summary
 boolean shouldEscape(char ch)
          Test whether the supplied character should be formatted literally or as a character entity.
 

Method Detail

shouldEscape

boolean shouldEscape(char ch)
Test whether the supplied character should be formatted literally or as a character entity.


JDOM
1.1.3

Copyright © 2011 Jason Hunter, Brett McLaughlin. All Rights Reserved.