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 EscapeStrategyFormat. getEscapeStrategy()Returns the current escape strategyMethods in org.jdom.output with parameters of type EscapeStrategy Modifier and Type Method Description FormatFormat. setEscapeStrategy(EscapeStrategy strategy)Sets theEscapeStrategyto use for character escaping.
-