jpl.pds.parser
Class LabelMetadata

java.lang.Object
  extended by jpl.pds.parser.LabelMetadata

public class LabelMetadata
extends Object

Search the label file in XML DOM format for the metanames. Return meta values in the runlog.

Author:
J. Crichton

Constructor Summary
LabelMetadata()
           
 
Method Summary
static void getMetadata(Document document, String[] metaNames, RunLog runLog)
          Retrieve the metadata and format in the runLog as XML.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabelMetadata

public LabelMetadata()
Method Detail

getMetadata

public static void getMetadata(Document document,
                               String[] metaNames,
                               RunLog runLog)
Retrieve the metadata and format in the runLog as XML.

Parameters:
document - Label file in DOM format.
metaNames - Array of element names.
runLog - Buffer for formatting the output.


Copyright © 2005-2012 Planetary Data System. All Rights Reserved.