|
|
document.getMetadata()
Usagedocument.getMetadata()
ReturnsA string
containing the XML metadata associated with the document or an empty
string if there is no metadata.
DescriptionMethod;
returns a string containing the XML metadata associated with the document,
or an empty string if there is no metadata.
ExampleThe
following example displays XML metadata from the current document in
the Output panel:
fl.trace("XML Metadata is :" + fl.getDocumentDOM().getMetadata());
|