Package gov.nasa.pds.validate.XPath
Interface CoreXPaths
public interface CoreXPaths
Interface containing XPaths used to extract core information
from a PDS4 data product label.
- Author:
- mcayanan
-
Field Summary
Fields Modifier and Type Field Description static StringBUNDLE_MEMBER_ENTRYXPath to grab the Member_Entry tags in a bundle.static StringCHECKSUMThe MD5 checksum XPath in an Inventory file.static StringDATA_FILEXPath to the external table file of a collection.static StringFIELD_DELIMITERXPath to determine the field delimiter being used in the inventory table.static StringIDENTITY_REFERENCEThe LID-VID or LID XPath for an association.static StringLIDVID_LID_FIELD_NUMBERXPath to determine the field location of the LID-LIDVID field in the inventory table.static StringLOGICAL_IDENTIFIERXPath to the logical identifier.static StringMEMBER_STATUSThe member status XPath in an Inventory file.static StringMEMBER_STATUS_FIELD_NUMBERXPath to determine the field location of the member status field in the inventory table.static StringPRODUCT_CLASSXPath to the product class.static StringVERSION_IDXPath to the version id.
-
Field Details
-
PRODUCT_CLASS
XPath to the product class.- See Also:
- Constant Field Values
-
LOGICAL_IDENTIFIER
XPath to the logical identifier.- See Also:
- Constant Field Values
-
VERSION_ID
XPath to the version id.- See Also:
- Constant Field Values
-
FIELD_DELIMITER
XPath to determine the field delimiter being used in the inventory table.- See Also:
- Constant Field Values
-
MEMBER_STATUS_FIELD_NUMBER
XPath to determine the field location of the member status field in the inventory table.- See Also:
- Constant Field Values
-
LIDVID_LID_FIELD_NUMBER
XPath to determine the field location of the LID-LIDVID field in the inventory table.- See Also:
- Constant Field Values
-
DATA_FILE
XPath to the external table file of a collection.- See Also:
- Constant Field Values
-
BUNDLE_MEMBER_ENTRY
XPath to grab the Member_Entry tags in a bundle.- See Also:
- Constant Field Values
-
CHECKSUM
The MD5 checksum XPath in an Inventory file.- See Also:
- Constant Field Values
-
MEMBER_STATUS
The member status XPath in an Inventory file.- See Also:
- Constant Field Values
-
IDENTITY_REFERENCE
The LID-VID or LID XPath for an association.- See Also:
- Constant Field Values
-