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
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 Detail

PRODUCT_CLASS

static final String PRODUCT_CLASS
XPath to the product class.

See Also:
Constant Field Values

LOGICAL_IDENTIFIER

static final String LOGICAL_IDENTIFIER
XPath to the logical identifier.

See Also:
Constant Field Values

VERSION_ID

static final String VERSION_ID
XPath to the version id.

See Also:
Constant Field Values

FIELD_DELIMITER

static final String FIELD_DELIMITER
XPath to determine the field delimiter being used in the inventory table.

See Also:
Constant Field Values

MEMBER_STATUS_FIELD_NUMBER

static final String 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

static final String 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

static final String DATA_FILE
XPath to the external table file of a collection.

See Also:
Constant Field Values

BUNDLE_MEMBER_ENTRY

static final String BUNDLE_MEMBER_ENTRY
XPath to grab the Member_Entry tags in a bundle.

See Also:
Constant Field Values

CHECKSUM

static final String CHECKSUM
The MD5 checksum XPath in an Inventory file.

See Also:
Constant Field Values

MEMBER_STATUS

static final String MEMBER_STATUS
The member status XPath in an Inventory file.

See Also:
Constant Field Values

IDENTITY_REFERENCE

static final String IDENTITY_REFERENCE
The LID-VID or LID XPath for an association.

See Also:
Constant Field Values


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