Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jdom.output
Interface EscapeStrategy  view EscapeStrategy download EscapeStrategy.java

All Known Implementing Classes:
Format.DefaultEscapeStrategy

public interface EscapeStrategy

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

Version:
$Revision: 1.3 $, $Date: 2004/02/06 09:28:32 $

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

Method Detail

shouldEscape

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