From b9e7df0cbe67b486ce3a1a2177bd08c0ced9e005 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@d688527b-c9ab-4aba-bd8d-4036d912da1d> Date: Mon, 22 Dec 2003 17:51:40 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'Build_002'. git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/tags/Build_002@88 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../server/iaik/xml/XPathTransformationImpl.html | 379 --------------------- 1 file changed, 379 deletions(-) delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xml/XPathTransformationImpl.html (limited to 'spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xml/XPathTransformationImpl.html') diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xml/XPathTransformationImpl.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xml/XPathTransformationImpl.html deleted file mode 100644 index adfb1eb49..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xml/XPathTransformationImpl.html +++ /dev/null @@ -1,379 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Class XPathTransformationImpl - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- -

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

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

-A Transformation containing an XPath expression. -

-

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

- - - - - - - - - - - - - -
Fields inherited from interface iaik.server.modules.xml.XPathTransformation
ALL, XPATH
-  - - - - - - - - - - -
-Constructor Summary
XPathTransformationImpl(String xPathExpression, - Map namespaceDeclarations) - -
-          Create a new XPathTransformationImpl. - -
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- booleanequals(Object other) - -
-          Compare this XPathTransformation to another.
- MapgetNamespaceDeclarations() - -
-           
- StringgetXPathExpression() - -
-           
- inthashCode() - -
-          Returns the hash code of the algorithm URI.
-protected  voidsetNamespaceDeclarations(Map namespaceDeclarations) - -
-          Set the namespace declarations.
-protected  voidsetXPathExpression(String xPathExpression) - -
-          Set the XPath expression.
- - - - - - - -
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
- -

-XPathTransformationImpl

-
-public XPathTransformationImpl(String xPathExpression,
-                               Map namespaceDeclarations)
-
-
Create a new XPathTransformationImpl. - - The namespace declarations are initialized empty.
-
Parameters:
xPathExpression - The XPath expression this object will contain.
namespaceDeclarations - The namespace declarations visible for this - XPath.
-
-
- - - - - - - - -
-Method Detail
- -

-setXPathExpression

-
-protected void setXPathExpression(String xPathExpression)
-
-
Set the XPath expression.
-
-
-
-
Parameters:
xPathExpression - The XPath expression.
-
-
-
- -

-getXPathExpression

-
-public String getXPathExpression()
-
-
-
Specified by:
getXPathExpression in interface iaik.server.modules.xml.XPathTransformation
-
-
-
See Also:
XPathTransformation.getXPathExpression()
-
-
-
- -

-getNamespaceDeclarations

-
-public Map getNamespaceDeclarations()
-
-
-
Specified by:
getNamespaceDeclarations in interface iaik.server.modules.xml.XPathTransformation
-
-
-
See Also:
XPathTransformation.getNamespaceDeclarations()
-
-
-
- -

-setNamespaceDeclarations

-
-protected void setNamespaceDeclarations(Map namespaceDeclarations)
-
-
Set the namespace declarations.
-
-
-
-
Parameters:
namespaceDeclarations - The mapping between namespace prefixes and - their associated URI.
-
-
-
- -

-equals

-
-public boolean equals(Object other)
-
-
Compare this XPathTransformation to another.
-
Specified by:
equals in interface iaik.server.modules.xml.Transformation
Overrides:
equals in class Object
-
-
-
Parameters:
other - The object to compare this - XPathTransformation to.
Returns:
true, if other is an - XPathTransformation and if this object contains the same XPath - expression as other. 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