Package eu.europa.esig.dss.definition
Class AbstractPaths
java.lang.Object
eu.europa.esig.dss.definition.AbstractPaths
- Direct Known Subclasses:
ASiCPaths
,ManifestPaths
,XAdES111Paths
,XAdES122Paths
,XAdES132Paths
,XMLDSigPaths
public abstract class AbstractPaths extends Object
-
Constructor Summary
Constructors Constructor Description AbstractPaths()
-
Method Summary
Modifier and Type Method Description static String
all(DSSElement element)
protected static String
all(DSSElement... elements)
static String
allFromCurrentPosition(DSSElement element)
protected static String
allNotParent(DSSElement element, DSSElement notParentOf)
static String
fromCurrentPosition(DSSElement element)
protected static String
fromCurrentPosition(DSSElement... elements)
protected static String
fromCurrentPosition(DSSElement element, DSSAttribute attribute)
-
Constructor Details
-
AbstractPaths
public AbstractPaths()
-
-
Method Details