From c27382a84657bf027b516abae9172d51edba3aa0 Mon Sep 17 00:00:00 2001 From: gregor Date: Fri, 24 Jun 2005 10:50:13 +0000 Subject: Java-Doc aus CVS entfernt, da generierbar. git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@365 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../iaik/xml/ExclusiveCanonicalizationImpl.html | 316 --------------------- 1 file changed, 316 deletions(-) delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xml/ExclusiveCanonicalizationImpl.html (limited to 'spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xml/ExclusiveCanonicalizationImpl.html') diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xml/ExclusiveCanonicalizationImpl.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xml/ExclusiveCanonicalizationImpl.html deleted file mode 100644 index df896b7ec..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xml/ExclusiveCanonicalizationImpl.html +++ /dev/null @@ -1,316 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Class ExclusiveCanonicalizationImpl - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- -

- -at.gv.egovernment.moa.spss.server.iaik.xml -
-Class ExclusiveCanonicalizationImpl

-
-java.lang.Object
-  |
-  +--at.gv.egovernment.moa.spss.server.iaik.xml.TransformationImpl
-        |
-        +--at.gv.egovernment.moa.spss.server.iaik.xml.ExclusiveCanonicalizationImpl
-
-
-
All Implemented Interfaces:
iaik.server.modules.xml.Canonicalization, iaik.server.modules.xml.ExclusiveCanonicalization, iaik.server.modules.xml.Transformation
-
-
-
-
public class ExclusiveCanonicalizationImpl
extends TransformationImpl
implements iaik.server.modules.xml.ExclusiveCanonicalization
- -

-An implementation of the ExclusiveCanonicalization type - of Transformation. -

-

-
Version:
$Id$
-
Author:
Patrick Peck
-
-
- -

- - - - - - - - - - - - - -
Fields inherited from interface iaik.server.modules.xml.ExclusiveCanonicalization
ALL
- - - - - - - -
Fields inherited from interface iaik.server.modules.xml.Canonicalization
CANONICAL_XML, CANONICAL_XML_WITH_COMMENTS, EXCLUSIVE_CANONICAL_XML, EXCLUSIVE_CANONICAL_XML_WITH_COMMENTS
-  - - - - - - - - - - -
-Constructor Summary
ExclusiveCanonicalizationImpl(String algorithmURI, - List inclusiveNamespacePrefixes) - -
-          Create a new ExclusiveCanonicalizationImpl object.
-  - - - - - - - - - - - - - - - - - - - -
-Method Summary
- booleanequals(Object other) - -
-          Compare this object to another CanonicalizationTransform.
- ListgetInclusiveNamespacePrefixes() - -
-           
-protected  voidsetInclusiveNamespacePrefixes(List inclusiveNamespacePrefixes) - -
-          Sets the namespace prefixes to be processed according to canonical XML.
- - - - - - - -
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
- -

-ExclusiveCanonicalizationImpl

-
-public ExclusiveCanonicalizationImpl(String algorithmURI,
-                                     List inclusiveNamespacePrefixes)
-
-
Create a new ExclusiveCanonicalizationImpl object.
-
Parameters:
algorithmURI - The exclusive canonicalization algorithm URI.
inclusiveNamespacePrefixes - The namespace prefixes to be processed - according to canonical XML.
-
-
- - - - - - - - -
-Method Detail
- -

-setInclusiveNamespacePrefixes

-
-protected void setInclusiveNamespacePrefixes(List inclusiveNamespacePrefixes)
-
-
Sets the namespace prefixes to be processed according to canonical XML.
-
-
-
-
Parameters:
inclusiveNamespacePrefixes - The prefixes of the namespaces to treat - according to canonical XML.
-
-
-
- -

-getInclusiveNamespacePrefixes

-
-public List getInclusiveNamespacePrefixes()
-
-
-
Specified by:
getInclusiveNamespacePrefixes in interface iaik.server.modules.xml.ExclusiveCanonicalization
-
-
-
See Also:
ExclusiveCanonicalization.getInclusiveNamespacePrefixes()
-
-
-
- -

-equals

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