Uses of Interface
org.jdom.output.EscapeStrategy
-
Packages that use EscapeStrategy Package Description 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 Modifier and Type Method Description EscapeStrategy
Format. getEscapeStrategy()
Returns the current escape strategyMethods in org.jdom.output with parameters of type EscapeStrategy Modifier and Type Method Description Format
Format. setEscapeStrategy(EscapeStrategy strategy)
Sets theEscapeStrategy
to use for character escaping.
-