Uses of Interface
eu.europa.esig.dss.xml.common.definition.DSSElement
Packages that use DSSElement
-
Uses of DSSElement in eu.europa.esig.dss.xml.common.definition
Methods in eu.europa.esig.dss.xml.common.definition with parameters of type DSSElementModifier and TypeMethodDescriptionstatic final StringAbstractPath.all(DSSElement element) Builds the xpath expression to return entries of theelementprotected static final StringAbstractPath.all(DSSElement... elements) Builds the xpath expression to return entries of the givenelements arraystatic final StringAbstractPath.allFromCurrentPosition(DSSElement element) Builds the xpath expression to return entries of theelementfrom the current positionprotected static StringAbstractPath.allNotParent(DSSElement element, DSSElement notParentOf) Builds the xpath expression to return entries of theelementwhich are not parent ofnotParentOfXPathExpressionBuilder.element(DSSElement element) Defines the element to searchXPathExpressionBuilder.elements(DSSElement[] elements) Defines the element path to searchstatic final StringAbstractPath.fromCurrentPosition(DSSElement element) Builds the xpath expression to return entries of theelementfrom the current positionprotected static final StringAbstractPath.fromCurrentPosition(DSSElement... elements) Builds the xpath expression to return entries starting from the current positionprotected static final StringAbstractPath.fromCurrentPosition(DSSElement element, DSSAttribute attribute) Builds the xpath expression to return entries starting from the current position with the givenattributeXPathExpressionBuilder.notParentOf(DSSElement notParentOf) Defines that the looking element shall not be a parent ofnotParentOfelement