Package ghidra.util.xml
Class GenericXMLOutputter
java.lang.Object
ghidra.util.xml.GenericXMLOutputter
Gets a
XMLOutputter that sets default settings to fix common bugs-
Field Summary
Fields -
Method Summary
ChangeModifier and TypeMethodDescriptionNEWstatic org.jdom2.output.XMLOutputterThis factory method performs basic setup that can be changed later by the user.
-
Field Details
-
DEFAULT_INDENT
- See Also:
-
-
Method Details
-
getInstance NEW
public static org.jdom2.output.XMLOutputter getInstance()This factory method performs basic setup that can be changed later by the user. For example,setTextNormalize(true); setIndent(DEFAULT_INDENT); setNewlines(true);
-