Uses of Class
org.jdom2.output.XMLOutputter
-
Packages that use XMLOutputter Package Description org.jdom2.output Classes to output JDOM documents to various destinations. -
-
Uses of XMLOutputter in org.jdom2.output
Methods in org.jdom2.output that return XMLOutputter Modifier and Type Method Description XMLOutputter
XMLOutputter. clone()
Returns a cloned copy of this XMLOutputter.Constructors in org.jdom2.output with parameters of type XMLOutputter Constructor Description XMLOutputter(XMLOutputter that)
This will create anXMLOutputter
with the same customisations set in the givenXMLOutputter
instance.
-