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 Stringall(DSSElement element)protected static Stringall(DSSElement... elements)static StringallFromCurrentPosition(DSSElement element)protected static StringallNotParent(DSSElement element, DSSElement notParentOf)static StringfromCurrentPosition(DSSElement element)protected static StringfromCurrentPosition(DSSElement... elements)protected static StringfromCurrentPosition(DSSElement element, DSSAttribute attribute)
-
Constructor Details
-
AbstractPaths
public AbstractPaths()
-
-
Method Details