Package ghidra.util
Class XmlProgramUtilities
java.lang.Object
ghidra.util.XmlProgramUtilities
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic AddressparseAddress(AddressFactory factory, String addrString) Parses the address string.static StringCreates a string representation of the specifed address. 
- 
Constructor Details
- 
XmlProgramUtilities
public XmlProgramUtilities() 
 - 
 - 
Method Details
- 
toString
Creates a string representation of the specifed address.- Parameters:
 addr- the address to convert to a string- Returns:
 - the string representation of the address
 
 - 
parseAddress
Parses the address string.- Parameters:
 factory- the address factoryaddrString- the address string to parse- Returns:
 - the parsed address, or null
 
 
 -