Package gov.nasa.pds.tools.validate
Class XPaths
java.lang.Object
gov.nasa.pds.tools.validate.XPaths
public class XPaths extends Object
Class containing some of the common XPaths used in the library.
- Author:
- mcayanan
-
Field Summary
Fields Modifier and Type Field Description static String
ARRAY_FILE_AREAS
XPath to the different File_Area elements for tables.static String
ARRAYS
Xpath to the Array objects.static String
FILE_AREA_ANCILLARY
XPath to the File_Area_Browse element.static String
FILE_AREA_BROWSE
XPath to the File_Area_Browse element.static String
FILE_AREA_INVENTORY
XPath to the File_Area_Inventory element.static String
FILE_AREA_OBSERVATIONAL
XPaths to find the different File_Area elements related to tables.static String
FILE_AREA_SIP_DEEP_ARCHIVE
XPath to the File_Area_SIP_Deep_Archive element.static String
FILE_AREA_TRANSFER_MANIFEST
XPath to the File_Area_Transfer_Manifest element.static String
INVENTORY
XPath to the Inventory element.static String
MANIFEST_SIP_DEEP_ARCHIVE
XPath to the Manifest_SIP_Deep_Archive element.static String
PDS4_NS
PDS4 namespace.static String
TABLE_BINARY
XPath to Table_Binary elements.static String
TABLE_CHARACTER
XPath to Table_Character elements.static String
TABLE_DELIMITED
XPath to Table_Delimited elements.static String
TABLE_FILE_AREAS
XPath to the different File_Area elements for tables.static String
TABLE_TYPES
XPath to find tables in a label.static String
TRANSFER_MANIFEST
XPath to the Transfer_Manifest element. -
Constructor Summary
Constructors Constructor Description XPaths()
-
Method Summary
-
Field Details
-
PDS4_NS
PDS4 namespace.- See Also:
- Constant Field Values
-
TABLE_BINARY
XPath to Table_Binary elements.- See Also:
- Constant Field Values
-
TABLE_CHARACTER
XPath to Table_Character elements.- See Also:
- Constant Field Values
-
TABLE_DELIMITED
XPath to Table_Delimited elements.- See Also:
- Constant Field Values
-
MANIFEST_SIP_DEEP_ARCHIVE
XPath to the Manifest_SIP_Deep_Archive element.- See Also:
- Constant Field Values
-
TRANSFER_MANIFEST
XPath to the Transfer_Manifest element.- See Also:
- Constant Field Values
-
INVENTORY
XPath to the Inventory element.- See Also:
- Constant Field Values
-
TABLE_TYPES
XPath to find tables in a label.- See Also:
- Constant Field Values
-
FILE_AREA_OBSERVATIONAL
XPaths to find the different File_Area elements related to tables.- See Also:
- Constant Field Values
-
FILE_AREA_SIP_DEEP_ARCHIVE
XPath to the File_Area_SIP_Deep_Archive element.- See Also:
- Constant Field Values
-
FILE_AREA_TRANSFER_MANIFEST
XPath to the File_Area_Transfer_Manifest element.- See Also:
- Constant Field Values
-
FILE_AREA_INVENTORY
XPath to the File_Area_Inventory element.- See Also:
- Constant Field Values
-
FILE_AREA_BROWSE
XPath to the File_Area_Browse element.- See Also:
- Constant Field Values
-
FILE_AREA_ANCILLARY
XPath to the File_Area_Browse element.- See Also:
- Constant Field Values
-
TABLE_FILE_AREAS
XPath to the different File_Area elements for tables.- See Also:
- Constant Field Values
-
ARRAYS
Xpath to the Array objects.- See Also:
- Constant Field Values
-
ARRAY_FILE_AREAS
XPath to the different File_Area elements for tables.- See Also:
- Constant Field Values
-
-
Constructor Details
-
XPaths
public XPaths()
-