Interface EscapeStrategy


public interface EscapeStrategy
Logic to determine which characters should be formatted as character entities.
Version:
$Revision: 1.4 $, $Date: 2007/11/10 05:29:01 $
Author:
Alex Rosen, Bradley S. Huffman, Jason Hunter
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    shouldEscape(char ch)
    Test whether the supplied character should be formatted literally or as a character entity.
  • Method Details

    • shouldEscape

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