|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AbstractXmlMergeException in ch.elca.el4j.services.xmlmerge |
---|
Subclasses of AbstractXmlMergeException in ch.elca.el4j.services.xmlmerge | |
---|---|
class |
ConfigurationException
Thrown when something wrong happens in the XmlMerge configuration. |
class |
DocumentException
Thrown when something is wrong with a source or output document. |
class |
ElementException
Thrown when there is something wrong with an element. |
class |
MatchException
Thrown when something is wrong in the matching process. |
class |
ParseException
Thrown when XML parsing fails. |
Methods in ch.elca.el4j.services.xmlmerge that throw AbstractXmlMergeException | |
---|---|
Operation |
OperationFactory.getOperation(org.jdom.Element originalElement,
org.jdom.Element modifiedElement)
Creates operation (action, mapper and matcher) instances corresponding to a pair of elements from the original and patch DOMs. |
Document |
XmlMerge.merge(Document[] sources)
Merges the given Document sources. |
InputStream |
XmlMerge.merge(InputStream[] sources)
Merges the given InputStream sources. |
String |
XmlMerge.merge(String[] sources)
Merges the given String sources. |
void |
Action.perform(org.jdom.Element originalElement,
org.jdom.Element patchElement,
org.jdom.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.elca.el4j.services.xmlmerge.action |
---|
Methods in ch.elca.el4j.services.xmlmerge.action that throw AbstractXmlMergeException | |
---|---|
void |
DtdInsertAction.perform(org.jdom.Element originalElement,
org.jdom.Element patchElement,
org.jdom.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. |
void |
OrderedMergeAction.perform(org.jdom.Element originalElement,
org.jdom.Element patchElement,
org.jdom.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.elca.el4j.services.xmlmerge.config |
---|
Methods in ch.elca.el4j.services.xmlmerge.config that throw AbstractXmlMergeException | |
---|---|
Document |
ConfigurableXmlMerge.merge(Document[] sources)
Merges the given Document sources. |
InputStream |
ConfigurableXmlMerge.merge(InputStream[] sources)
Merges the given InputStream sources. |
String |
ConfigurableXmlMerge.merge(String[] sources)
Merges the given String sources. |
Uses of AbstractXmlMergeException in ch.elca.el4j.services.xmlmerge.factory |
---|
Methods in ch.elca.el4j.services.xmlmerge.factory that throw AbstractXmlMergeException | |
---|---|
Operation |
AttributeOperationFactory.getOperation(org.jdom.Element originalElement,
org.jdom.Element modifiedElement)
Creates operation (action, mapper and matcher) instances corresponding to a pair of elements from the original and patch DOMs. |
Operation |
DiffOperationFactory.getOperation(org.jdom.Element originalElement,
org.jdom.Element patchElement)
Creates operation (action, mapper and matcher) instances corresponding to a pair of elements from the original and patch DOMs. |
Operation |
XPathOperationFactory.getOperation(org.jdom.Element originalElement,
org.jdom.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.elca.el4j.services.xmlmerge.merge |
---|
Methods in ch.elca.el4j.services.xmlmerge.merge that throw AbstractXmlMergeException | |
---|---|
Document |
DefaultXmlMerge.merge(Document[] sources)
Merges the given Document sources. |
InputStream |
DefaultXmlMerge.merge(InputStream[] sources)
Merges the given InputStream sources. |
String |
DefaultXmlMerge.merge(String[] sources)
Merges the given String sources. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |