Uses of Class
gov.nasa.pds.tools.dict.Dictionary

Packages that use Dictionary
gov.nasa.pds.tools.dict   
gov.nasa.pds.tools.dict.parser   
gov.nasa.pds.tools.label.parser   
gov.nasa.pds.tools.label.validate   
 

Uses of Dictionary in gov.nasa.pds.tools.dict
 

Methods in gov.nasa.pds.tools.dict with parameters of type Dictionary
 void Dictionary.merge(Dictionary dictionary)
          Merges dictionary without overwriting
 void Dictionary.merge(Dictionary dictionary, boolean overwrite)
          Merges the definitions in the dictionaries
static void DictionaryWriter.writeDictionary(Dictionary dictionary, java.io.File file)
           
 

Uses of Dictionary in gov.nasa.pds.tools.dict.parser
 

Methods in gov.nasa.pds.tools.dict.parser that return Dictionary
static Dictionary DictionaryParser.parse(java.net.URL url)
          Parses a URL that is compliant with the PDS Data Dictionary document and formulates a Dictionary with aliases turned off.
static Dictionary DictionaryParser.parse(java.net.URL url, boolean aliasing)
          Parses a URL that is compliant with the PDS Data Dictionary document and formulates a Dictionary with a flag to indicated whether aliases should be read in.
 

Uses of Dictionary in gov.nasa.pds.tools.label.parser
 

Methods in gov.nasa.pds.tools.label.parser with parameters of type Dictionary
 Label LabelParser.parse(java.net.URL file, Dictionary dictionary)
          Parses the given file and validates against the dictionary.
 Label DefaultLabelParser.parse(java.net.URL url, Dictionary dictionary)
           
 Label LabelParser.parse(java.net.URL file, Dictionary dictionary, boolean dataObjectValidation)
          Parses the given file, validates against dictionary, and may perform dataObjectValidation
 Label DefaultLabelParser.parse(java.net.URL file, Dictionary dictionary, boolean dataObjectValidation)
           
 Label LabelParser.parsePartial(java.net.URL file, Dictionary dictionary)
          Parses the given partial label and validates against the dictionary.
 Label DefaultLabelParser.parsePartial(java.net.URL url, Dictionary dictionary)
           
 Label LabelParser.parsePartial(java.net.URL file, Dictionary dictionary, boolean skipVersion)
          Parses the given partial label, validates against dictionary, and may perform dataObjectValidation
 Label DefaultLabelParser.parsePartial(java.net.URL url, Dictionary dictionary, boolean skipVersion)
           
 

Uses of Dictionary in gov.nasa.pds.tools.label.validate
 

Methods in gov.nasa.pds.tools.label.validate with parameters of type Dictionary
static boolean ElementValidator.isValid(Dictionary dictionary, AttributeStatement attribute)
           
static boolean ElementValidator.isValid(Dictionary dictionary, AttributeStatement attribute, ValidationListener listener)
           
static boolean GroupValidator.isValid(Dictionary dictionary, GroupStatement group)
           
static boolean GroupValidator.isValid(Dictionary dictionary, GroupStatement group, ValidationListener listener)
           
static boolean ObjectValidator.isValid(Dictionary dictionary, ObjectStatement object)
           
static boolean ObjectValidator.isValid(Dictionary dictionary, ObjectStatement object, ValidationListener listener)
           
static boolean ElementValidator.isValid(Dictionary dictionary, java.lang.String objectContext, AttributeStatement attribute)
          Checks to see whether an AttributeStatement is correct.
static boolean ElementValidator.isValid(Dictionary dictionary, java.lang.String objectContext, AttributeStatement attribute, ValidationListener listener)
           
 



Copyright © 2005-2009 NASA Jet Propulsion Laboratory, California Institute of Technology. All Rights Reserved.