public class XfaXmlLocator extends Object implements XmlLocator
| Constructor and Description |
|---|
XfaXmlLocator(PdfStamper stamper) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
createXfaForm() |
Document |
getDocument()
Gets Document to sign
|
String |
getEncoding() |
void |
setDocument(Document document)
Save document as single XML stream in AcroForm.
|
void |
setEncoding(String encoding) |
public XfaXmlLocator(PdfStamper stamper) throws DocumentException, IOException
DocumentExceptionIOExceptionprotected void createXfaForm()
throws ParserConfigurationException,
SAXException,
IOException
public Document getDocument()
getDocument in interface XmlLocatorpublic void setDocument(Document document) throws IOException, DocumentException
setDocument in interface XmlLocatordocument - signed documentIOExceptionDocumentExceptionpublic String getEncoding()
getEncoding in interface XmlLocatorpublic void setEncoding(String encoding)
Copyright © 2022. All rights reserved.