gov.nasa.pds.tools.label.validate
Interface DocumentValidator

All Known Implementing Classes:
DefaultDocumentValidator, FileReferenceValidator

public interface DocumentValidator


Method Summary
 boolean validate(ExceptionContainer container, net.sf.saxon.om.DocumentInfo xml)
          Method signature for checking to see if a label is valid.
 

Method Detail

validate

boolean validate(ExceptionContainer container,
                 net.sf.saxon.om.DocumentInfo xml)
Method signature for checking to see if a label is valid.

Parameters:
container - An exception container.
xml - An object representation of a parsed xml document.
Returns:
flag indicating whether or not the step in validation was passed.


Copyright © 2010–2014 Planetary Data System. All rights reserved.