at.gv.egovernment.moa.spss.server.iaik.xml
Class CanonicalizationImpl

java.lang.Object
  |
  +--at.gv.egovernment.moa.spss.server.iaik.xml.TransformationImpl
        |
        +--at.gv.egovernment.moa.spss.server.iaik.xml.CanonicalizationImpl
All Implemented Interfaces:
iaik.server.modules.xml.Canonicalization, iaik.server.modules.xml.Transformation

public class CanonicalizationImpl
extends TransformationImpl
implements iaik.server.modules.xml.Canonicalization

An implementation of the CanonicalizationTransform Transformation type.

Version:
$Id$
Author:
Patrick Peck

Fields inherited from interface iaik.server.modules.xml.Canonicalization
ALL, CANONICAL_XML, CANONICAL_XML_WITH_COMMENTS, EXCLUSIVE_CANONICAL_XML, EXCLUSIVE_CANONICAL_XML_WITH_COMMENTS
 
Constructor Summary
CanonicalizationImpl(String algorithmURI)
          Create a new CanonicalizationTransformImpl object.
 
Method Summary
 boolean equals(Object other)
          Compare this object to another Canonicalization.
 
Methods inherited from class at.gv.egovernment.moa.spss.server.iaik.xml.TransformationImpl
getAlgorithmURI, hashCode, setAlgorithmURI
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface iaik.server.modules.xml.Transformation
getAlgorithmURI, hashCode
 

Constructor Detail

CanonicalizationImpl

public CanonicalizationImpl(String algorithmURI)
Create a new CanonicalizationTransformImpl object.
Parameters:
algorithmURI - The canonicalization algorithm URI.
Method Detail

equals

public boolean equals(Object other)
Compare this object to another Canonicalization.
Specified by:
equals in interface iaik.server.modules.xml.Transformation
Overrides:
equals in class Object
Parameters:
other - The object to compare this Canonicalization to.
Returns:
true, if other is a Canonicalization and the algorithm URIs match, otherwise false.
See Also:
Object.equals(Object)