Uses of Class
eu.europa.esig.dss.xml.common.definition.XPathExpressionBuilder
Packages that use XPathExpressionBuilder
-
Uses of XPathExpressionBuilder in eu.europa.esig.dss.xml.common.definition
Methods in eu.europa.esig.dss.xml.common.definition that return XPathExpressionBuilderModifier 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 ofnotParentOfelement