net.openmarkup
Class DefaultAttributeApplier

java.lang.Object
  extended bynet.openmarkup.DefaultAttributeApplier
All Implemented Interfaces:
AttributeApplier

public final class DefaultAttributeApplier
extends Object
implements AttributeApplier

Inert attribute applier leaves target Realizable element unchanged.

Author:
Ramesh Gupta

Method Summary
 void apply(Realizable target, String namespaceURI, String attributeName, String attributeValue)
          Empty method does nothing; leaves target Realizable element unchanged.
static AttributeApplier get()
          Returns the Singleton instance of this class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

apply

public final void apply(Realizable target,
                        String namespaceURI,
                        String attributeName,
                        String attributeValue)
Empty method does nothing; leaves target Realizable element unchanged.

Specified by:
apply in interface AttributeApplier
Parameters:
target - Realizable element to which the attribute value is applied
namespaceURI - namespace to which the attribute belongs
attributeName - local name of the attribute
attributeValue - value of the attribute

get

public static final AttributeApplier get()
Returns the Singleton instance of this class.

Returns:
the Singleton instance of this class


Copyright 2003-2004 eNode, Inc. All rights reserved.