Constant Field Values


Contents
gov.grants.*

gov.grants.apply.xpath.GrantApplicationXpath
public static final java.lang.String AGENCY_NAME_XPATH "/*[namespace-uri()=\'http://apply.grants.gov/system/MetaGrantApplication\' and local-name()=\'GrantApplication\']/*[namespace-uri()=\'http://apply.grants.gov/system/Header-V1.0\' and local-name()=\'GrantSubmissionHeader\']/*[namespace-uri()=\'http://apply.grants.gov/system/Header-V1.0\' and local-name()=\'AgencyName\']"
public static final java.lang.String CFDA_NUMBER_XPATH "/*[namespace-uri()=\'http://apply.grants.gov/system/MetaGrantApplication\' and local-name()=\'GrantApplication\']/*[namespace-uri()=\'http://apply.grants.gov/system/Header-V1.0\' and local-name()=\'GrantSubmissionHeader\']/*[namespace-uri()=\'http://apply.grants.gov/system/Header-V1.0\' and local-name()=\'CFDANumber\']"
public static final java.lang.String CLOSING_DATE_XPATH "/*[namespace-uri()=\'http://apply.grants.gov/system/MetaGrantApplication\' and local-name()=\'GrantApplication\']/*[namespace-uri()=\'http://apply.grants.gov/system/Header-V1.0\' and local-name()=\'GrantSubmissionHeader\']/*[namespace-uri()=\'http://apply.grants.gov/system/Header-V1.0\' and local-name()=\'ClosingDate\']"
public static final java.lang.String COMPETITION_ID_XPATH "/*[namespace-uri()=\'http://apply.grants.gov/system/MetaGrantApplication\' and local-name()=\'GrantApplication\']/*[namespace-uri()=\'http://apply.grants.gov/system/Header-V1.0\' and local-name()=\'GrantSubmissionHeader\']/*[namespace-uri()=\'http://apply.grants.gov/system/Header-V1.0\' and local-name()=\'CompetitionID\']"
public static final java.lang.String FORMS_XPATH "//*[local-name(.) = \'Forms\' and namespace-uri(.) = \'http://apply.grants.gov/system/MetaGrantApplication\']"
public static final java.lang.String GLOBAL_NS "http://apply.grants.gov/system/Global-V1.0"
public static final java.lang.String GS_HEADER_XPATH "/*[namespace-uri()=\'http://apply.grants.gov/system/MetaGrantApplication\' and local-name()=\'GrantApplication\']/*[namespace-uri()=\'http://apply.grants.gov/system/Header-V1.0\' and local-name()=\'GrantSubmissionHeader\']"
public static final java.lang.String HASH_XPATH "//*[local-name(.) = \'GrantSubmissionHeader\' and namespace-uri(.) = \'http://apply.grants.gov/system/Header-V1.0\']/*[local-name(.) = \'HashValue\' and namespace-uri(.) = \'http://apply.grants.gov/system/Global-V1.0\']"
public static final java.lang.String HASHVALUE "glob:HashValue"
public static final java.lang.String HEADER_XPATH "//*[local-name(.) = \'GrantSubmissionHeader\' and namespace-uri(.) = \'http://apply.grants.gov/system/Header-V1.0\']"
public static final java.lang.String OPPORTUNITY_ID_XPATH "/*[namespace-uri()=\'http://apply.grants.gov/system/MetaGrantApplication\' and local-name()=\'GrantApplication\']/*[namespace-uri()=\'http://apply.grants.gov/system/Header-V1.0\' and local-name()=\'GrantSubmissionHeader\']/*[namespace-uri()=\'http://apply.grants.gov/system/Header-V1.0\' and local-name()=\'OpportunityID\']"
public static final java.lang.String OPPORTUNITY_TITLE_XPATH "/*[namespace-uri()=\'http://apply.grants.gov/system/MetaGrantApplication\' and local-name()=\'GrantApplication\']/*[namespace-uri()=\'http://apply.grants.gov/system/Header-V1.0\' and local-name()=\'GrantSubmissionHeader\']/*[namespace-uri()=\'http://apply.grants.gov/system/Header-V1.0\' and local-name()=\'OpportunityTitle\']"
public static final java.lang.String SUBMISSION_TITLE_XPATH "/*[namespace-uri()=\'http://apply.grants.gov/system/MetaGrantApplication\' and local-name()=\'GrantApplication\']/*[namespace-uri()=\'http://apply.grants.gov/system/Header-V1.0\' and local-name()=\'GrantSubmissionHeader\']/*[namespace-uri()=\'http://apply.grants.gov/system/Header-V1.0\' and local-name()=\'SubmissionTitle\']"