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 XPathExpressionBuilder
XPathExpressionBuilder. all()
Defines if to search all element occurrencesXPathExpressionBuilder
XPathExpressionBuilder. all(boolean all)
Defines if to search all element occurrencesXPathExpressionBuilder
XPathExpressionBuilder. attribute(DSSAttribute attribute)
Defines the attribute to searchXPathExpressionBuilder
XPathExpressionBuilder. element(DSSElement element)
Defines the element to searchXPathExpressionBuilder
XPathExpressionBuilder. elements(DSSElement[] elements)
Defines the element path to searchXPathExpressionBuilder
XPathExpressionBuilder. fromCurrentPosition()
Starts XPath from the current positionXPathExpressionBuilder
XPathExpressionBuilder. fromCurrentPosition(boolean fromCurrentPosition)
Defines if to start XPath from the current positionXPathExpressionBuilder
XPathExpressionBuilder. notParentOf(DSSElement notParentOf)
Defines that the looking element shall not be a parent ofnotParentOf
element