Interface XPathAction<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.jdom2.xpath.XPathExpression<T> getXpath()
      Retrieves the compiled XPath expression.
      • Methods inherited from interface gov.nist.secauto.decima.xml.templating.document.post.template.Action

        execute
    • Method Detail

      • getXpath

        org.jdom2.xpath.XPathExpression<T> getXpath()
        Retrieves the compiled XPath expression.
        Returns:
        a compiled XPath expression