com.itextpdf.text.pdf
Class XfaXpathConstructor

java.lang.Object
  extended by com.itextpdf.text.pdf.XfaXpathConstructor
All Implemented Interfaces:
XpathConstructor

public class XfaXpathConstructor
extends Object
implements XpathConstructor

Constructor for xpath expression for signing XfaForm


Nested Class Summary
static class XfaXpathConstructor.XdpPackage
          Possible xdp packages to sign
 
Constructor Summary
XfaXpathConstructor()
          Empty constructor, no transform.
XfaXpathConstructor(XfaXpathConstructor.XdpPackage xdpPackage)
          Construct for Xpath2 expression.
 
Method Summary
 String getXpathExpression()
          Get XPath2 expression
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XfaXpathConstructor

public XfaXpathConstructor()
Empty constructor, no transform.


XfaXpathConstructor

public XfaXpathConstructor(XfaXpathConstructor.XdpPackage xdpPackage)
Construct for Xpath2 expression. Depends from selected xdp package.

Parameters:
xdpPackage -
Method Detail

getXpathExpression

public String getXpathExpression()
Get XPath2 expression

Specified by:
getXpathExpression in interface XpathConstructor


Copyright © 2013. All Rights Reserved.