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()
XPathExpressionBuilder
XPathExpressionBuilder. all(boolean all)
XPathExpressionBuilder
XPathExpressionBuilder. attribute(DSSAttribute attribute)
XPathExpressionBuilder
XPathExpressionBuilder. element(DSSElement element)
XPathExpressionBuilder
XPathExpressionBuilder. elements(DSSElement[] elements)
XPathExpressionBuilder
XPathExpressionBuilder. fromCurrentPosition()
XPathExpressionBuilder
XPathExpressionBuilder. fromCurrentPosition(boolean fromCurrentPosition)
XPathExpressionBuilder
XPathExpressionBuilder. notParentOf(DSSElement notParentOf)