JDOM
1.1.3

Uses of Interface
org.jdom.output.EscapeStrategy

Packages that use EscapeStrategy
org.jdom.output Classes to output JDOM documents to various destinations. 
 

Uses of EscapeStrategy in org.jdom.output
 

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 EscapeStrategy to use for character escaping.
 


JDOM
1.1.3

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