Package com.itextpdf.text.pdf
Class XfaXpathConstructor
- java.lang.Object
-
- com.itextpdf.text.pdf.XfaXpathConstructor
-
- All Implemented Interfaces:
XpathConstructor
public class XfaXpathConstructor extends java.lang.Object implements XpathConstructor
Constructor for xpath expression for signing XfaForm
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classXfaXpathConstructor.XdpPackagePossible xdp packages to sign
-
Constructor Summary
Constructors Constructor Description XfaXpathConstructor()Empty constructor, no transform.XfaXpathConstructor(XfaXpathConstructor.XdpPackage xdpPackage)Construct for XPath expression.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetXpathExpression()Get XPath expression
-
-
-
Constructor Detail
-
XfaXpathConstructor
public XfaXpathConstructor()
Empty constructor, no transform.
-
XfaXpathConstructor
public XfaXpathConstructor(XfaXpathConstructor.XdpPackage xdpPackage)
Construct for XPath expression. Depends from selected xdp package.- Parameters:
xdpPackage-
-
-
Method Detail
-
getXpathExpression
public java.lang.String getXpathExpression()
Get XPath expression- Specified by:
getXpathExpressionin interfaceXpathConstructor
-
-