Class XfaFile

java.lang.Object
com.lowagie.rups.model.XfaFile
All Implemented Interfaces:
OutputStreamResource

public class XfaFile extends Object implements OutputStreamResource
Class that deals with the XFA file that can be inside a PDF file.
  • Field Details

    • xfaDocument

      protected org.dom4j.Document xfaDocument
      The X4J Document object (XML).
  • Constructor Details

    • XfaFile

      public XfaFile(OutputStreamResource resource) throws IOException, org.dom4j.DocumentException
      Constructs an XFA file from an OutputStreamResource. This resource can be an XML file or a node in a RUPS application.
      Parameters:
      resource - the XFA resource
      Throws:
      IOException - thrown when an I/O operation goes wrong
      org.dom4j.DocumentException - thrown when something goes wrong with a Document
  • Method Details