Uses of Class
com.deltaxml.core.exceptions.StaticPDFormatException
Packages that use StaticPDFormatException
-
Uses of StaticPDFormatException in com.deltaxml.core
Methods in com.deltaxml.core that throw StaticPDFormatExceptionModifier and TypeMethodDescriptionvoidInitializes the internal instance of aDocumentComparator.voidDTCPConfiguration.generate(Map<String, Boolean> booleanOverrides, Map<String, String> stringOverrides) Initializes the internal instance of aDataComparator.Constructors in com.deltaxml.core that throw StaticPDFormatExceptionModifierConstructorDescriptionCreates a DCPConfiguration object from a DCP file.DCPConfiguration(File f, boolean checkDCP) Creates a DCPConfiguration object from a DCP file.DCPConfiguration(File f, net.sf.saxon.s9api.Processor suppliedProcessor) Creates a DCPConfiguration object from a DCP file.DCPConfiguration(File f, net.sf.saxon.s9api.Processor suppliedProcessor, boolean checkDCP) Creates a DCPConfiguration object from a DCP file.DCPConfiguration(net.sf.saxon.s9api.XdmNode dcpNode) Creates a DCPConfiguration object from a supplied XdmNode tree.DCPConfiguration(net.sf.saxon.s9api.XdmNode dcpNode, boolean checkDCP) Creates a DCPConfiguration object from a supplied XdmNode tree.DCPConfiguration(InputSource dcpSource) Creates a DCPConfiguration object from an InputSource.DCPConfiguration(InputSource dcpSource, boolean checkDCP) Creates a DCPConfiguration object from an InputSource.DCPConfiguration(InputSource dcpSource, net.sf.saxon.s9api.Processor suppliedProcessor) Creates a DCPConfiguration object from an InputSource.DCPConfiguration(InputSource dcpSource, net.sf.saxon.s9api.Processor suppliedProcessor, boolean checkDCP) Creates a DCPConfiguration object from an InputSource.Creates a DTCPConfiguration object from a DTCP file.DTCPConfiguration(File f, boolean checkDTCP) Creates a DTCPConfiguration object from a DTCP file.DTCPConfiguration(File f, net.sf.saxon.s9api.Processor suppliedProcessor) Creates a DTCPConfiguration object from a DTCP file.DTCPConfiguration(File f, net.sf.saxon.s9api.Processor suppliedProcessor, boolean checkDTCP) Creates a DTCPConfiguration object from a DTCP file.DTCPConfiguration(net.sf.saxon.s9api.XdmNode dtcpNode) Creates a DTCPConfiguration object from a supplied XdmNode tree.DTCPConfiguration(net.sf.saxon.s9api.XdmNode dtcpNode, boolean checkDTCP) Creates a DTCPConfiguration object from a supplied XdmNode tree.DTCPConfiguration(InputSource dtcpSource) Creates a DTCPConfiguration object from an InputSource.DTCPConfiguration(InputSource dtcpSource, boolean checkDTCP) Creates a DTCPConfiguration object from an InputSource.DTCPConfiguration(InputSource dtcpSource, net.sf.saxon.s9api.Processor suppliedProcessor) Creates a DTCPConfiguration object from an InputSource.DTCPConfiguration(InputSource dtcpSource, net.sf.saxon.s9api.Processor suppliedProcessor, boolean checkDTCP) Creates a DTCPConfiguration object from an InputSource.