Uses of Class
eu.europa.esig.dss.definition.XPathExpressionBuilder
-
Uses of XPathExpressionBuilder in eu.europa.esig.dss.definition
Modifier and TypeMethodDescriptionXPathExpressionBuilder.all()
Defines if to search all element occurrencesXPathExpressionBuilder.all
(boolean all) Defines if to search all element occurrencesXPathExpressionBuilder.attribute
(DSSAttribute attribute) Defines the attribute to searchXPathExpressionBuilder.element
(DSSElement element) Defines the element to searchXPathExpressionBuilder.elements
(DSSElement[] elements) Defines the element path to searchXPathExpressionBuilder.fromCurrentPosition()
Starts XPath from the current positionXPathExpressionBuilder.fromCurrentPosition
(boolean fromCurrentPosition) Defines if to start XPath from the current positionXPathExpressionBuilder.notParentOf
(DSSElement notParentOf) Defines that the looking element shall not be a parent ofnotParentOf
element