From 31d794be59cb2d1bf264df79f471b0c8d5f5a457 Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 21 Nov 2009 07:40:26 +0000 Subject: Moving to site trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882841 13f79535-47bb-0310-9956-ffa450edef68 --- .../sca/databinding/sdo/Node2DataObject.html | 352 +++++++++++++++++++++ 1 file changed, 352 insertions(+) create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/databinding/sdo/Node2DataObject.html (limited to 'site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/databinding/sdo/Node2DataObject.html') diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/databinding/sdo/Node2DataObject.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/databinding/sdo/Node2DataObject.html new file mode 100644 index 0000000000..73ad32ece9 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/databinding/sdo/Node2DataObject.html @@ -0,0 +1,352 @@ + + + + + + +Node2DataObject + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.databinding.sdo +
+Class Node2DataObject

+
+java.lang.Object
+  extended by org.apache.tuscany.sca.databinding.impl.BaseTransformer<org.w3c.dom.Node,DataObject>
+      extended by org.apache.tuscany.sca.databinding.sdo.Node2DataObject
+
+
+
All Implemented Interfaces:
PullTransformer<org.w3c.dom.Node,DataObject>, Transformer
+
+
+
+
public class Node2DataObject
extends BaseTransformer<org.w3c.dom.Node,DataObject>
implements PullTransformer<org.w3c.dom.Node,DataObject>
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
Node2DataObject() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  java.lang.Class<org.w3c.dom.Node>getSourceType() + +
+           
+protected  java.lang.Class<DataObject>getTargetType() + +
+           
+ intgetWeight() + +
+          Get the cost of the transformation.
+ DataObjecttransform(org.w3c.dom.Node source, + TransformationContext context) + +
+          Transform source data into the result type.
+ + + + + + + +
Methods inherited from class org.apache.tuscany.sca.databinding.impl.BaseTransformer
getSourceDataBinding, getTargetDataBinding
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.databinding.Transformer
getSourceDataBinding, getTargetDataBinding
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+Node2DataObject

+
+public Node2DataObject()
+
+
+ + + + + + + + +
+Method Detail
+ +

+transform

+
+public DataObject transform(org.w3c.dom.Node source,
+                            TransformationContext context)
+
+
Description copied from interface: PullTransformer
+
Transform source data into the result type. +

+

+
Specified by:
transform in interface PullTransformer<org.w3c.dom.Node,DataObject>
+
+
+
Parameters:
source - The source data
context - The context for the transformation +
Returns:
The transformed result
+
+
+
+ +

+getSourceType

+
+protected java.lang.Class<org.w3c.dom.Node> getSourceType()
+
+
+
Specified by:
getSourceType in class BaseTransformer<org.w3c.dom.Node,DataObject>
+
+
+
+
+
+
+ +

+getTargetType

+
+protected java.lang.Class<DataObject> getTargetType()
+
+
+
Specified by:
getTargetType in class BaseTransformer<org.w3c.dom.Node,DataObject>
+
+
+
+
+
+
+ +

+getWeight

+
+public int getWeight()
+
+
Description copied from interface: Transformer
+
Get the cost of the transformation. The weight can be used to choose the most efficient path if there are more + than one available from the source to the target. +

+

+
Specified by:
getWeight in interface Transformer
Overrides:
getWeight in class BaseTransformer<org.w3c.dom.Node,DataObject>
+
+
+ +
Returns:
An integer representing the cost of the transformation
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3