Package com.itextpdf.text.pdf
Class XfaXpathConstructor
java.lang.Object
com.itextpdf.text.pdf.XfaXpathConstructor
- All Implemented Interfaces:
XpathConstructor
Constructor for xpath expression for signing XfaForm
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Possible xdp packages to sign -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEmpty constructor, no transform.XfaXpathConstructor
(XfaXpathConstructor.XdpPackage xdpPackage) Construct for XPath expression. -
Method Summary
-
Field Details
-
CONFIG
- See Also:
-
CONNECTIONSET
- See Also:
-
DATASETS
- See Also:
-
LOCALESET
- See Also:
-
PDF
- See Also:
-
SOURCESET
- See Also:
-
STYLESHEET
- See Also:
-
TEMPLATE
- See Also:
-
XDC
- See Also:
-
XFDF
- See Also:
-
XMPMETA
- See Also:
-
xpathExpression
-
-
Constructor Details
-
XfaXpathConstructor
public XfaXpathConstructor()Empty constructor, no transform. -
XfaXpathConstructor
Construct for XPath expression. Depends from selected xdp package.- Parameters:
xdpPackage
-
-
-
Method Details
-
getXpathExpression
Get XPath expression- Specified by:
getXpathExpression
in interfaceXpathConstructor
-