Uses of Interface
eu.europa.esig.dss.definition.DSSElement
Packages that use DSSElement
Package
Description
-
Uses of DSSElement in eu.europa.esig.dss
Methods in eu.europa.esig.dss with parameters of type DSSElementModifier and TypeMethodDescriptionstatic ElementDomUtils.addElement(Document document, Element parentDom, DSSNamespace namespace, DSSElement element) This method creates and adds a new XMLElementstatic ElementDomUtils.addTextElement(Document document, Element parentDom, DSSNamespace namespace, DSSElement element, String value) This method creates and adds a new XMLElementwith text valuestatic ElementDomUtils.createElementNS(Document documentDom, DSSNamespace namespace, DSSElement element) Creates an element with the given namespace -
Uses of DSSElement in eu.europa.esig.dss.definition
Methods in eu.europa.esig.dss.definition with parameters of type DSSElementModifier and TypeMethodDescriptionstatic final StringAbstractPaths.all(DSSElement element) Builds the xpath expression to return entries of theelementprotected static final StringAbstractPaths.all(DSSElement... elements) Builds the xpath expression to return entries of the givenelements arraystatic final StringAbstractPaths.allFromCurrentPosition(DSSElement element) Builds the xpath expression to return entries of theelementfrom the current positionprotected static StringAbstractPaths.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 StringAbstractPaths.fromCurrentPosition(DSSElement element) Builds the xpath expression to return entries of theelementfrom the current positionprotected static final StringAbstractPaths.fromCurrentPosition(DSSElement... elements) Builds the xpath expression to return entries starting from the current positionprotected static final StringAbstractPaths.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 -
Uses of DSSElement in eu.europa.esig.dss.definition.xmldsig
Classes in eu.europa.esig.dss.definition.xmldsig that implement DSSElement