Package ghidra.util.xml
Class GenericXMLOutputter
java.lang.Object
org.jdom.output.XMLOutputter
ghidra.util.xml.GenericXMLOutputter
- All Implemented Interfaces:
Cloneable
public class GenericXMLOutputter
extends org.jdom.output.XMLOutputter
A simple extension of
XMLOutputter
that sets default settings to fix common bugs.-
Nested Class Summary
Nested classes/interfaces inherited from class org.jdom.output.XMLOutputter
org.jdom.output.XMLOutputter.NamespaceStack
-
Field Summary
Fields inherited from class org.jdom.output.XMLOutputter
currentFormat, preserveFormat
-
Constructor Summary
ConstructorDescriptionThis constructor performs basic setup that can be changed later by the user. -
Method Summary
Methods inherited from class org.jdom.output.XMLOutputter
clone, escapeAttributeEntities, escapeElementEntities, getFormat, output, output, output, output, output, output, output, output, output, output, output, output, output, output, output, output, output, output, outputElementContent, outputElementContent, outputString, outputString, outputString, outputString, outputString, outputString, outputString, outputString, outputString, printAttributes, printCDATA, printComment, printDeclaration, printDocType, printElement, printEntityRef, printProcessingInstruction, printText, setFormat, toString
-
Field Details
-
DEFAULT_INDENT
- See Also:
-
-
Constructor Details
-
GenericXMLOutputter
public GenericXMLOutputter()This constructor performs basic setup that can be changed later by the user. For example,setTextNormalize( true ); setIndent( DEFAULT_INDENT ); setNewlines( true );
-