Uses of Package
ch.elca.el4j.services.xmlmerge

Packages that use ch.elca.el4j.services.xmlmerge
ch.elca.el4j.services.xmlmerge   
ch.elca.el4j.services.xmlmerge.action   
ch.elca.el4j.services.xmlmerge.config   
ch.elca.el4j.services.xmlmerge.factory   
ch.elca.el4j.services.xmlmerge.mapper   
ch.elca.el4j.services.xmlmerge.matcher   
ch.elca.el4j.services.xmlmerge.merge   
 

Classes in ch.elca.el4j.services.xmlmerge used by ch.elca.el4j.services.xmlmerge
AbstractXmlMergeException
          Base class for all exceptions thrown by XmlMerge.
Action
          Operation on two nodes creating a third node.
ConfigurationException
          Thrown when something wrong happens in the XmlMerge configuration.
Mapper
          Transforms an element to another element by changing some nested content or attributes.
MergeAction
          An action merging the contents of the specified elements.
Operation
          Abstraction for matchers, mappers or actions two be creatable by the same factory classes.
OperationFactory
          Creates operation (action, mapper and matcher) instances corresponding to a pair of elements from the original and patch DOMs.
XmlMerge
          Entry point for merging XML documents.
 

Classes in ch.elca.el4j.services.xmlmerge used by ch.elca.el4j.services.xmlmerge.action
AbstractXmlMergeException
          Base class for all exceptions thrown by XmlMerge.
Action
          Operation on two nodes creating a third node.
DocumentException
          Thrown when something is wrong with a source or output document.
MergeAction
          An action merging the contents of the specified elements.
Operation
          Abstraction for matchers, mappers or actions two be creatable by the same factory classes.
OperationFactory
          Creates operation (action, mapper and matcher) instances corresponding to a pair of elements from the original and patch DOMs.
 

Classes in ch.elca.el4j.services.xmlmerge used by ch.elca.el4j.services.xmlmerge.config
AbstractXmlMergeException
          Base class for all exceptions thrown by XmlMerge.
ConfigurationException
          Thrown when something wrong happens in the XmlMerge configuration.
Configurer
          Applies a configuration to an XmlMerge instance.
Mapper
          Transforms an element to another element by changing some nested content or attributes.
MergeAction
          An action merging the contents of the specified elements.
XmlMerge
          Entry point for merging XML documents.
 

Classes in ch.elca.el4j.services.xmlmerge used by ch.elca.el4j.services.xmlmerge.factory
AbstractXmlMergeException
          Base class for all exceptions thrown by XmlMerge.
ConfigurationException
          Thrown when something wrong happens in the XmlMerge configuration.
Operation
          Abstraction for matchers, mappers or actions two be creatable by the same factory classes.
OperationFactory
          Creates operation (action, mapper and matcher) instances corresponding to a pair of elements from the original and patch DOMs.
 

Classes in ch.elca.el4j.services.xmlmerge used by ch.elca.el4j.services.xmlmerge.mapper
Mapper
          Transforms an element to another element by changing some nested content or attributes.
Operation
          Abstraction for matchers, mappers or actions two be creatable by the same factory classes.
 

Classes in ch.elca.el4j.services.xmlmerge used by ch.elca.el4j.services.xmlmerge.matcher
Matcher
          Compares two elements to know if they correspond for merging.
Operation
          Abstraction for matchers, mappers or actions two be creatable by the same factory classes.
 

Classes in ch.elca.el4j.services.xmlmerge used by ch.elca.el4j.services.xmlmerge.merge
AbstractXmlMergeException
          Base class for all exceptions thrown by XmlMerge.
Mapper
          Transforms an element to another element by changing some nested content or attributes.
MergeAction
          An action merging the contents of the specified elements.
XmlMerge
          Entry point for merging XML documents.
 



Copyright © 2005-2011 ELCA. All Rights Reserved.