From a5694b6491307efb55893ac7ea61920b48d8c9cc Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@d688527b-c9ab-4aba-bd8d-4036d912da1d> Date: Mon, 28 Jun 2004 20:46:16 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'Root_proxy_parameter_ordering_projekt'. git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/tags/Root_proxy_parameter_ordering_projekt@146 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../server/iaik/xml/XPath2TransformationImpl.html | 339 --------------------- 1 file changed, 339 deletions(-) delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xml/XPath2TransformationImpl.html (limited to 'spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xml/XPath2TransformationImpl.html') diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xml/XPath2TransformationImpl.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xml/XPath2TransformationImpl.html deleted file mode 100644 index 087e1cb83..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xml/XPath2TransformationImpl.html +++ /dev/null @@ -1,339 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Class XPath2TransformationImpl - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- -

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

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

-An object encapsulating a Transformation containing several - XPath-Filter2 expressions. -

-

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

- - - - - - - - - - -
Inner classes inherited from class iaik.server.modules.xml.XPath2Transformation
iaik.server.modules.xml.XPath2Transformation.XPath2Filter
-  - - - - - - - - - - -
Fields inherited from interface iaik.server.modules.xml.XPath2Transformation
ALL, XPATH2
-  - - - - - - - - - - -
-Constructor Summary
XPath2TransformationImpl() - -
-          Create a new XPath2TransformationImpl. - -
-  - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- voidaddXPathFilter(at.gv.egovernment.moa.spss.server.iaik.xml.XPath2Filter filter) - -
-          Add an XPath-Filter2 expression to the list of filters.
- booleanequals(Object other) - -
-          Compare this XPath2Transformation to another.
- ListgetXPathFilters() - -
-           
- inthashCode() - -
-          Returns the hash code of the algorithm URI.
- - - - - - - -
Methods inherited from class at.gv.egovernment.moa.spss.server.iaik.xml.TransformationImpl
getAlgorithmURI, 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
-  -

- - - - - - - - - - - -
-Constructor Detail
- -

-XPath2TransformationImpl

-
-public XPath2TransformationImpl()
-
-
Create a new XPath2TransformationImpl. - - The list of XPath-Filter2 expression is initially empty.
- - - - - - - - -
-Method Detail
- -

-getXPathFilters

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

-addXPathFilter

-
-public void addXPathFilter(at.gv.egovernment.moa.spss.server.iaik.xml.XPath2Filter filter)
-
-
Add an XPath-Filter2 expression to the list of filters.
-
-
-
-
Parameters:
filter - The filter to add.
-
-
-
- -

-equals

-
-public boolean equals(Object other)
-
-
Compare this XPath2Transformation to another.
-
Specified by:
equals in interface iaik.server.modules.xml.Transformation
Overrides:
equals in class Object
-
-
-
Parameters:
other - The object to compare this - XPath2Transformation to.
Returns:
true, if other is an - XPath2Transformation and getXPathFilters() equals - other.getXPathFilters(). Otherwise false is - returned.
See Also:
Object.equals(Object)
-
-
-
- -

-hashCode

-
-public int hashCode()
-
-
Description copied from class: TransformationImpl
-
Returns the hash code of the algorithm URI. Should be overridden if a - transformation distinguishes itself from others by more than just the - algorithm URI.
-
Specified by:
hashCode in interface iaik.server.modules.xml.Transformation
Overrides:
hashCode in class TransformationImpl
-
-
-
See Also:
Object.hashCode()
-
-
- -
- - - - - - - - - - - - - - - - - -
- -
- - -
- - - -- cgit v1.2.3