Interface EscapeStrategy

All Known Implementing Classes:
Format.DefaultEscapeStrategy

public interface EscapeStrategy

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


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.