Uses of Class
org.jdom.output.XMLOutputter
-
Packages that use XMLOutputter Package Description org.jdom.output Classes to output JDOM documents to various destinations. -
-
Uses of XMLOutputter in org.jdom.output
Constructors in org.jdom.output with parameters of type XMLOutputter Constructor Description XMLOutputter(XMLOutputter that)
This will create anXMLOutputter
with all the options as set in the givenXMLOutputter
.
-