ch.elca.el4j.services.xmlmerge.config
Class AttributeMergeConfigurer

java.lang.Object
  extended by ch.elca.el4j.services.xmlmerge.config.AttributeMergeConfigurer
All Implemented Interfaces:
Configurer

public class AttributeMergeConfigurer
extends Object
implements Configurer

Configure to apply actions declared as attributes in the patch DOM.

Author:
Laurent Bovet (LBO), Alex Mathey (AMA)
File-location:
AttributeMergeConfigurer
Last check-in date:
2009-08-04 13:59:45 +0200 (Di, 04. Aug 2009) by swismer for revision 3873

Field Summary
static String ACTION_ATTRIBUTE
          Action attribute.
static String ATTRIBUTE_NAMESPACE
          Attribute namespace.
static String MATCHER_ATTRIBUTE
          Matcher attribute.
 
Constructor Summary
AttributeMergeConfigurer()
           
 
Method Summary
 void configure(XmlMerge xmlMerge)
          Configures the specified XmlMerge instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATTRIBUTE_NAMESPACE

public static final String ATTRIBUTE_NAMESPACE
Attribute namespace.

See Also:
Constant Field Values

ACTION_ATTRIBUTE

public static final String ACTION_ATTRIBUTE
Action attribute.

See Also:
Constant Field Values

MATCHER_ATTRIBUTE

public static final String MATCHER_ATTRIBUTE
Matcher attribute.

See Also:
Constant Field Values
Constructor Detail

AttributeMergeConfigurer

public AttributeMergeConfigurer()
Method Detail

configure

public void configure(XmlMerge xmlMerge)
               throws ConfigurationException
Configures the specified XmlMerge instance.

Specified by:
configure in interface Configurer
Parameters:
xmlMerge - An XmlMerge instance
Throws:
ConfigurationException


Copyright © 2005-2011 ELCA. All Rights Reserved.