Uses of Class
com.deltaxml.core.exceptions.InvalidInputException
Packages that use InvalidInputException
Package
Description
DeltaNova Check API
DeltaNova DITA Compare API.
DeltaNova DITA Merge API
DeltaNova Docbook Compare API
DeltaNova HTML Compare API.
DeltaNova XML Merge API
This package is used to define the interfaces and classes that are common to all of the merge products.
-
Uses of InvalidInputException in com.deltaxml.deltacheck
Methods in com.deltaxml.deltacheck that throw InvalidInputExceptionModifier and TypeMethodDescriptionChecker.check(com.deltaxml.deltacheck.CheckerInput a, com.deltaxml.deltacheck.CheckerInput b) Compares twoCheckerInputinputs to produce aCheckerResult. -
Uses of InvalidInputException in com.deltaxml.dita
Methods in com.deltaxml.dita that throw InvalidInputExceptionModifier and TypeMethodDescriptionvoidCompares two File inputs to produce a File result.voidDitaMapfileCompare.compare(InputStream is1, String systemId1, InputStream is2, String systemId2, OutputStream result) Compares two input streams to produce an output stream result.voidCompares two input reader (character streams) to produce an output writer result.Compares two XML string inputs to produce an XML string result.voidDitaMapfileCompare.compare(InputSource input1, InputSource input2, StreamResult result) Compares two InputSource inputs to produce a StreamResult.voidCompare two DITA maps.voidDitaMapTopicsetCompare.compareInPlace(File input1, File input2) Compare two DITA maps.voidDitaTopic4MapCompare.processRemainingOutputFilters(com.deltaxml.util.href.Href inputRef, com.deltaxml.util.href.Href outputRef) Phase two of the output processing. -
Uses of InvalidInputException in com.deltaxml.ditamerge
Methods in com.deltaxml.ditamerge that throw InvalidInputExceptionModifier and TypeMethodDescriptionvoidConcurrentMerge.addVersion(File file, String version) Adds a version with a File input.voidConcurrentMerge.addVersion(InputStream is, String systemId, String version) Adds a version with an input stream input.voidConcurrentMerge.addVersion(Reader r, String systemId, String version) Adds a version with a File input.voidConcurrentMerge.addVersion(URL url, String version) Adds a version with a URL input.voidSequentialMerge.addVersion(File file, String version) Adds a version with a File input.voidSequentialMerge.addVersion(InputStream is, String systemId, String version) Adds a version with an input stream input.voidSequentialMerge.addVersion(Reader r, String systemId, String version) Adds a version with a File input.voidSequentialMerge.addVersion(URL url, String version) Adds a version with a URL input.voidThreeWayMerge.addVersion(File file, String version) Adds a version with a File input.voidThreeWayMerge.addVersion(InputStream is, String systemId, String version) Adds a version with an input stream input.voidThreeWayMerge.addVersion(Reader r, String systemId, String version) Adds a version with a File input.voidThreeWayMerge.addVersion(URL url, String version) Adds a version with a URL input.voidConcurrentMerge.extractAll(File file) Extracts the entire content of all added versions of the Merger to a File using the deltaV2 merge format.voidConcurrentMerge.extractAll(OutputStream os) Extracts the entire content of all added versions of the Merger to a OutputStream using the deltaV2 merge format.voidConcurrentMerge.extractAll(Writer w) Extracts the entire content of all added versions of the Merger to a Writer using the deltaV2 merge format.voidSequentialMerge.extractAll(File file) Extracts the entire content of all added versions of the Merger to a File using the deltaV2 merge format.voidSequentialMerge.extractAll(OutputStream os) Extracts the entire content of all added versions of the Merger to a OutputStream using the deltaV2 merge format.voidSequentialMerge.extractAll(Writer w) Extracts the entire content of all added versions of the Merger to a Writer using the deltaV2 merge format.voidThreeWayMerge.extractAll(File file) Extracts the entire content of all added versions of the Merger to a File using the deltaV2 merge format.voidThreeWayMerge.extractAll(OutputStream os) Extracts the entire content of all added versions of the Merger to a OutputStream using the deltaV2 merge format.voidThreeWayMerge.extractAll(Writer w) Extracts the entire content of all added versions of the Merger to a Writer using the deltaV2 merge format.voidThis method is used to perform three way merge of DITA inputs.voidThreeWayMerge.merge(InputStream ancestor, String systemIdAncestor, InputStream edit1, String systemIdEdit1, InputStream edit2, String systemIdEdit2, OutputStream result) This method is used to perform three way merge of InputStreams.voidThreeWayMerge.merge(Reader ancestor, String systemIdAncestor, Reader edit1, String systemIdEdit1, Reader edit2, String systemIdEdit2, Writer result) This method is used to perform three way merge with Readers.voidConcurrentMerge.setAncestor(File file, String version) Sets the ancestor document with a File input.voidConcurrentMerge.setAncestor(InputStream is, String systemId, String version) Sets the ancestor document with a InputStream.voidConcurrentMerge.setAncestor(Reader r, String systemId, String version) Sets the ancestor document with a Reader.voidConcurrentMerge.setAncestor(URL url, String version) Sets the ancestor document with a URL.voidThreeWayMerge.setAncestor(File file, String version) Sets the ancestor document with a File input.voidThreeWayMerge.setAncestor(InputStream is, String systemId, String version) Sets the ancestor document with a InputStream.voidThreeWayMerge.setAncestor(Reader r, String systemId, String version) Sets the ancestor document with a Reader.voidThreeWayMerge.setAncestor(URL url, String version) Sets the ancestor document with a URL. -
Uses of InvalidInputException in com.deltaxml.docbook
Methods in com.deltaxml.docbook that throw InvalidInputExceptionModifier and TypeMethodDescriptionvoidCompares two File inputs to produce a File result.voidDocBookCompare.compare(InputStream is1, String systemId1, InputStream is2, String systemId2, OutputStream result) Compares two input streams to produce an output stream result.voidCompares two input reader (character streams) to produce an output writer result.Compares two XML string inputs to produce an XML string result.voidDocBookCompare.compare(InputSource input1, InputSource input2, StreamResult result) Compares two InputSource inputs to produce a StreamResult. -
Uses of InvalidInputException in com.deltaxml.htmlcompare
Methods in com.deltaxml.htmlcompare that throw InvalidInputExceptionModifier and TypeMethodDescriptionvoidvoidHTMLCompare.compare(InputSource inputA, InputSource inputB, StreamResult output) This method compares twoInputSourceand writes the result in XHTML format to aStreamResult. -
Uses of InvalidInputException in com.deltaxml.merge
Methods in com.deltaxml.merge that throw InvalidInputExceptionModifier and TypeMethodDescriptionvoidConcurrentMerge.addVersion(File file, String version) Adds a version with a File input.voidConcurrentMerge.addVersion(InputStream is, String systemId, String version) Adds a version with an input stream input.voidConcurrentMerge.addVersion(Reader r, String systemId, String version) Adds a version with a File input.voidConcurrentMerge.addVersion(URL url, String version) Adds a version with a URL input.voidSequentialMerge.addVersion(File file, String version) Adds a version with a File input.voidSequentialMerge.addVersion(InputStream is, String systemId, String version) Adds a version with an input stream input.voidSequentialMerge.addVersion(Reader r, String systemId, String version) Adds a version with a File input.voidSequentialMerge.addVersion(URL url, String version) Adds a version with a URL input.voidThreeWayMerge.addVersion(File file, String version) Adds a version with a File input.voidThreeWayMerge.addVersion(InputStream is, String systemId, String version) Adds a version with an input stream input.voidThreeWayMerge.addVersion(Reader r, String systemId, String version) Adds a version with a File input.voidThreeWayMerge.addVersion(URL url, String version) Adds a version with a URL input.voidConcurrentMerge.extractAll(File file) Extracts the entire content of all added versions of the Merger to a File using the deltaV2 merge format.voidConcurrentMerge.extractAll(OutputStream os) Extracts the entire content of all added versions of the Merger to a OutputStream using the deltaV2 merge format.voidConcurrentMerge.extractAll(Writer w) Extracts the entire content of all added versions of the Merger to a Writer using the deltaV2 merge format.voidSequentialMerge.extractAll(File file) Extracts the entire content of all added versions of the Merger to a File using the deltaV2 merge format.voidSequentialMerge.extractAll(OutputStream os) Extracts the entire content of all added versions of the Merger to a OutputStream using the deltaV2 merge format.voidSequentialMerge.extractAll(Writer w) Extracts the entire content of all added versions of the Merger to a Writer using the deltaV2 merge format.voidThreeWayMerge.extractAll(File file) Extracts the entire content of all added versions of the Merger to a File using the deltaV2 merge format.voidThreeWayMerge.extractAll(OutputStream os) Extracts the entire content of all added versions of the Merger to a OutputStream using the deltaV2 merge format.voidThreeWayMerge.extractAll(Writer w) Extracts the entire content of all added versions of the Merger to a Writer using the deltaV2 merge format.voidThis method is used to perform three way merge of File inputs.voidThreeWayMerge.merge(InputStream ancestor, String systemIdAncestor, InputStream edit1, String systemIdEdit1, InputStream edit2, String systemIdEdit2, OutputStream result) This method is used to perform three way merge of InputStreams.voidThreeWayMerge.merge(Reader ancestor, String systemIdAncestor, Reader edit1, String systemIdEdit1, Reader edit2, String systemIdEdit2, Writer result) This method is used to perform three way merge with Readers.voidConcurrentMerge.setAncestor(File file, String version) Sets the ancestor document with a File input.voidConcurrentMerge.setAncestor(InputStream is, String systemId, String version) Sets the ancestor document with a InputStream.voidConcurrentMerge.setAncestor(Reader r, String systemId, String version) Sets the ancestor document with a Reader.voidConcurrentMerge.setAncestor(URL url, String version) Sets the ancestor document with a URL.voidThreeWayMerge.setAncestor(File file, String version) Sets the ancestor document with a File input.voidThreeWayMerge.setAncestor(InputStream is, String systemId, String version) Sets the ancestor document with a InputStream.voidThreeWayMerge.setAncestor(Reader r, String systemId, String version) Sets the ancestor document with a Reader.voidThreeWayMerge.setAncestor(URL url, String version) Sets the ancestor document with a URL. -
Uses of InvalidInputException in com.deltaxml.mergecommon
Methods in com.deltaxml.mergecommon that throw InvalidInputExceptionModifier and TypeMethodDescriptionvoidMergeBase.addVersion(File file, String version) Adds a version with a File input.voidMergeBase.addVersion(InputStream is, String systemId, String version) Adds a version with an input stream input.voidMergeBase.addVersion(Reader r, String systemId, String version) Adds a version with a File input.voidMergeBase.addVersion(URL url, String version) Adds a version with a URL input.voidMergeBase.extractAll(File file) Extracts the entire content of all added versions of the Merger to a File using the deltaV2 merge format.voidMergeBase.extractAll(OutputStream os) Extracts the entire content of all added versions of the Merger to a OutputStream using the deltaV2 merge format.voidMergeBase.extractAll(Writer w) Extracts the entire content of all added versions of the Merger to a Writer using the deltaV2 merge format.voidMergeCommon.setAncestor(File file, String version) Sets the ancestor document with a File input.voidMergeCommon.setAncestor(InputStream is, String systemId, String version) Sets the ancestor document with a InputStream.voidMergeCommon.setAncestor(Reader r, String systemId, String version) Sets the ancestor document with a Reader.voidMergeCommon.setAncestor(URL url, String version) Sets the ancestor document with a URL.