Class ManifestPaths
java.lang.Object
eu.europa.esig.dss.definition.AbstractPaths
eu.europa.esig.dss.asic.xades.definition.ManifestPaths
public class ManifestPaths extends AbstractPaths
Path expressions for a Manifest
-
Field Summary
Fields Modifier and Type Field Description static StringFILE_ENTRY_PATH"//manifest/file-entry"static StringFULL_PATH_ATTRIBUTE"manifest:full-path"static StringMEDIA_TYPE_ATTRIBUTE"manifest:media-type" -
Constructor Summary
Constructors Constructor Description ManifestPaths() -
Method Summary
Methods inherited from class eu.europa.esig.dss.definition.AbstractPaths
all, all, allFromCurrentPosition, allNotParent, fromCurrentPosition, fromCurrentPosition, fromCurrentPosition
-
Field Details
-
FILE_ENTRY_PATH
"//manifest/file-entry" -
FULL_PATH_ATTRIBUTE
"manifest:full-path" -
MEDIA_TYPE_ATTRIBUTE
"manifest:media-type"
-
-
Constructor Details
-
ManifestPaths
public ManifestPaths()
-