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 String
BUNDLE_MEMBER_ENTRY
XPath to grab the Member_Entry tags in a bundle.static String
CHECKSUM
The MD5 checksum XPath in an Inventory file.static String
DATA_FILE
XPath to the external table file of a collection.static String
FIELD_DELIMITER
XPath to determine the field delimiter being used in the inventory table.static String
IDENTITY_REFERENCE
The LID-VID or LID XPath for an association.static String
LIDVID_LID_FIELD_NUMBER
XPath to determine the field location of the LID-LIDVID field in the inventory table.static String
LOGICAL_IDENTIFIER
XPath to the logical identifier.static String
MEMBER_STATUS
The member status XPath in an Inventory file.static String
MEMBER_STATUS_FIELD_NUMBER
XPath to determine the field location of the member status field in the inventory table.static String
PRODUCT_CLASS
XPath to the product class.static String
VERSION_ID
XPath 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
-