Uses of Class
eu.europa.esig.dss.definition.XPathExpressionBuilder
| Package | Description |
|---|---|
| eu.europa.esig.dss.definition |
-
Uses of XPathExpressionBuilder in eu.europa.esig.dss.definition
Methods in eu.europa.esig.dss.definition that return XPathExpressionBuilder Modifier and Type Method Description XPathExpressionBuilderXPathExpressionBuilder. all()Defines if to search all element occurrencesXPathExpressionBuilderXPathExpressionBuilder. all(boolean all)Defines if to search all element occurrencesXPathExpressionBuilderXPathExpressionBuilder. attribute(DSSAttribute attribute)Defines the attribute to searchXPathExpressionBuilderXPathExpressionBuilder. element(DSSElement element)Defines the element to searchXPathExpressionBuilderXPathExpressionBuilder. elements(DSSElement[] elements)Defines the element path to searchXPathExpressionBuilderXPathExpressionBuilder. fromCurrentPosition()Starts XPath from the current positionXPathExpressionBuilderXPathExpressionBuilder. fromCurrentPosition(boolean fromCurrentPosition)Defines if to start XPath from the current positionXPathExpressionBuilderXPathExpressionBuilder. notParentOf(DSSElement notParentOf)Defines that the looking element shall not be a parent ofnotParentOfelement