Class ManifestPaths
java.lang.Object
eu.europa.esig.dss.definition.AbstractPaths
eu.europa.esig.dss.asic.xades.definition.ManifestPaths
- All Implemented Interfaces:
Serializable
Path expressions for a Manifest
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getFullPathAttribute
(DSSNamespace manifestNamespace) Returns"manifest:full-path"
with the givenmanifestNamespace
's prefixstatic String
getMediaTypeAttribute
(DSSNamespace manifestNamespace) Returns"manifest:media-type"
with the givenmanifestNamespace
's prefixMethods inherited from class eu.europa.esig.dss.definition.AbstractPaths
all, all, allFromCurrentPosition, allNotParent, fromCurrentPosition, fromCurrentPosition, fromCurrentPosition
-
Field Details
-
FILE_ENTRY_PATH
"//manifest/file-entry"
-
-
Constructor Details
-
ManifestPaths
public ManifestPaths()Default constructor
-
-
Method Details
-
getFullPathAttribute
Returns"manifest:full-path"
with the givenmanifestNamespace
's prefix- Parameters:
manifestNamespace
-DSSNamespace
- Returns:
String
-
getMediaTypeAttribute
Returns"manifest:media-type"
with the givenmanifestNamespace
's prefix- Parameters:
manifestNamespace
-DSSNamespace
- Returns:
String
-