Uses of Class
org.jdom2.output.XMLOutputter
Packages that use XMLOutputter
-
Uses of XMLOutputter in org.jdom2.output
Methods in org.jdom2.output that return XMLOutputterModifier and TypeMethodDescriptionXMLOutputter.clone()Returns a cloned copy of this XMLOutputter.Constructors in org.jdom2.output with parameters of type XMLOutputterModifierConstructorDescriptionXMLOutputter(XMLOutputter that) This will create anXMLOutputterwith the same customisations set in the givenXMLOutputterinstance.