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 Details

    • PDS4_NS

      public static final String PDS4_NS
      PDS4 namespace.
      See Also:
      Constant Field Values
    • TABLE_BINARY

      public static final String TABLE_BINARY
      XPath to Table_Binary elements.
      See Also:
      Constant Field Values
    • TABLE_CHARACTER

      public static final String TABLE_CHARACTER
      XPath to Table_Character elements.
      See Also:
      Constant Field Values
    • TABLE_DELIMITED

      public static final String TABLE_DELIMITED
      XPath to Table_Delimited elements.
      See Also:
      Constant Field Values
    • MANIFEST_SIP_DEEP_ARCHIVE

      public static final String MANIFEST_SIP_DEEP_ARCHIVE
      XPath to the Manifest_SIP_Deep_Archive element.
      See Also:
      Constant Field Values
    • TRANSFER_MANIFEST

      public static final String TRANSFER_MANIFEST
      XPath to the Transfer_Manifest element.
      See Also:
      Constant Field Values
    • INVENTORY

      public static final String INVENTORY
      XPath to the Inventory element.
      See Also:
      Constant Field Values
    • TABLE_TYPES

      public static final String TABLE_TYPES
      XPath to find tables in a label.
      See Also:
      Constant Field Values
    • FILE_AREA_OBSERVATIONAL

      public static final String FILE_AREA_OBSERVATIONAL
      XPaths to find the different File_Area elements related to tables.
      See Also:
      Constant Field Values
    • FILE_AREA_SIP_DEEP_ARCHIVE

      public static final String FILE_AREA_SIP_DEEP_ARCHIVE
      XPath to the File_Area_SIP_Deep_Archive element.
      See Also:
      Constant Field Values
    • FILE_AREA_TRANSFER_MANIFEST

      public static final String FILE_AREA_TRANSFER_MANIFEST
      XPath to the File_Area_Transfer_Manifest element.
      See Also:
      Constant Field Values
    • FILE_AREA_INVENTORY

      public static final String FILE_AREA_INVENTORY
      XPath to the File_Area_Inventory element.
      See Also:
      Constant Field Values
    • FILE_AREA_BROWSE

      public static final String FILE_AREA_BROWSE
      XPath to the File_Area_Browse element.
      See Also:
      Constant Field Values
    • FILE_AREA_ANCILLARY

      public static final String FILE_AREA_ANCILLARY
      XPath to the File_Area_Browse element.
      See Also:
      Constant Field Values
    • TABLE_FILE_AREAS

      public static final String TABLE_FILE_AREAS
      XPath to the different File_Area elements for tables.
      See Also:
      Constant Field Values
    • ARRAYS

      public static final String ARRAYS
      Xpath to the Array objects.
      See Also:
      Constant Field Values
    • ARRAY_FILE_AREAS

      public static final String ARRAY_FILE_AREAS
      XPath to the different File_Area elements for tables.
      See Also:
      Constant Field Values
  • Constructor Details

    • XPaths

      public XPaths()