Package ghidra.xml
Class XmlMessageLog
java.lang.Object
ghidra.app.util.importer.MessageLog
ghidra.xml.XmlMessageLog
A sub-class of MessageLog to handle appending messages from the XML parser.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAppends the message to the logvoidsetParser(XmlPullParser parser) Sets the XML parser.Methods inherited from class ghidra.app.util.importer.MessageLog
appendException, appendMsg, appendMsg, clear, clearStatus, copyFrom, error, getStatus, hasMessages, setStatus, toString, write
-
Constructor Details
-
XmlMessageLog
public XmlMessageLog()Constructs a new XML message log.
-
-
Method Details
-
setParser
Sets the XML parser.- Parameters:
parser- the XML parser
-
appendMsg
Description copied from class:MessageLogAppends the message to the log- Overrides:
appendMsgin classMessageLog- Parameters:
msg- the message- See Also:
-