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

Quick Search    Search Deep

Uses of Interface
org.jdom.output.EscapeStrategy

Uses of EscapeStrategy in org.jdom.output
 

Classes in org.jdom.output that implement EscapeStrategy
(package private)  class Format.DefaultEscapeStrategy
          Handle common charsets quickly and easily.
 

Fields in org.jdom.output declared as EscapeStrategy
(package private)  EscapeStrategy Format.escapeStrategy
          entity escape logic
 

Methods in org.jdom.output that return EscapeStrategy
 EscapeStrategy Format.getEscapeStrategy()
          Returns the current escape strategy
 

Methods in org.jdom.output with parameters of type EscapeStrategy
 Format Format.setEscapeStrategy(EscapeStrategy strategy)
          Sets the Format.DefaultEscapeStrategy to use for character escaping.