Constructor for a
IIOMetadataDumper accepting and
IIOMetadata and a
String for the format name of the XML
metadata to use.
Parameters: metadata - The metadta to display. Parameters: name - The format of the metaata to display.
Constructor for a
IIOMetadataDumper accepting an
IIOMetadataNode . It has no way to choose the format of the
metadata to parse since this choice has been alreadu done previously.
Parameters: rootNode -
Allows me to get the generated XML representation for the underlying
tree;
A formatted XML string.
setFormatName
public synchronized void setFormatName(String formatName)(Code)
Sets the name of the format we want to get the XML representation for.
This method causes a new generation of the string representation if the
format is different from the one stored.
Parameters: formatName - The name of the format we want to get the XML representationfor.