Uses of Class
ch.galinet.xml.xmlmerge.AbstractXmlMergeException
Packages that use AbstractXmlMergeException
Package
Description
Interfaces and classes defining the XmlMerge API.
Implementation of built-in actions.
Implementation of built-in configuration classes.
Implementation of built-in operation factories.
Default implementation of XmlMerge.
-
Uses of AbstractXmlMergeException in ch.galinet.xml.xmlmerge
Subclasses of AbstractXmlMergeException in ch.galinet.xml.xmlmergeModifier and TypeClassDescriptionclassThrown when something wrong happens in the XmlMerge configuration.classThrown when something is wrong with a source or output document.classThrown when there is something wrong with an element.classThrown when something is wrong in the matching process.classThrown when XML parsing fails.Methods in ch.galinet.xml.xmlmerge that throw AbstractXmlMergeExceptionModifier and TypeMethodDescriptionOperationFactory.getOperation(org.jdom2.Element originalElement, org.jdom2.Element modifiedElement) Creates operation (action, mapper and matcher) instances corresponding to a pair of elements from the original and patch DOMs.XmlMerge.merge(InputStream[] sources) Merges the given InputStream sources.Merges the given String sources.Merges the given Document sources.voidAction.perform(org.jdom2.Element originalElement, org.jdom2.Element patchElement, org.jdom2.Element outputParentElement) Out of an original element and a second element provided by the patch DOM, applies an operation and modifies the parent node of the result DOM. -
Uses of AbstractXmlMergeException in ch.galinet.xml.xmlmerge.action
Methods in ch.galinet.xml.xmlmerge.action that throw AbstractXmlMergeExceptionModifier and TypeMethodDescriptionvoidOrderedMergeAction.perform(org.jdom2.Element originalElement, org.jdom2.Element patchElement, org.jdom2.Element outputParentElement) Out of an original element and a second element provided by the patch DOM, applies an operation and modifies the parent node of the result DOM.voidXsdInsertAction.perform(org.jdom2.Element originalElement, org.jdom2.Element patchElement, org.jdom2.Element outputParentElement) -
Uses of AbstractXmlMergeException in ch.galinet.xml.xmlmerge.config
Methods in ch.galinet.xml.xmlmerge.config that throw AbstractXmlMergeExceptionModifier and TypeMethodDescriptionConfigurableXmlMerge.merge(InputStream[] sources) Merges the given InputStream sources.Merges the given String sources.Merges the given Document sources. -
Uses of AbstractXmlMergeException in ch.galinet.xml.xmlmerge.factory
Methods in ch.galinet.xml.xmlmerge.factory that throw AbstractXmlMergeExceptionModifier and TypeMethodDescriptionAttributeOperationFactory.getOperation(org.jdom2.Element originalElement, org.jdom2.Element modifiedElement) Creates operation (action, mapper and matcher) instances corresponding to a pair of elements from the original and patch DOMs.DiffOperationFactory.getOperation(org.jdom2.Element originalElement, org.jdom2.Element patchElement) Creates operation (action, mapper and matcher) instances corresponding to a pair of elements from the original and patch DOMs.XPathOperationFactory.getOperation(org.jdom2.Element originalElement, org.jdom2.Element patchElement) Creates operation (action, mapper and matcher) instances corresponding to a pair of elements from the original and patch DOMs. -
Uses of AbstractXmlMergeException in ch.galinet.xml.xmlmerge.merge
Methods in ch.galinet.xml.xmlmerge.merge that throw AbstractXmlMergeExceptionModifier and TypeMethodDescriptionDefaultXmlMerge.merge(InputStream[] sources) Merges the given InputStream sources.Merges the given String sources.Merges the given Document sources.