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 --- .../tuscany/sca/databinding/axiom/AxiomHelper.html | 332 +++++++++++++++++++++ 1 file changed, 332 insertions(+) create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/databinding/axiom/AxiomHelper.html (limited to 'site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/databinding/axiom/AxiomHelper.html') diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/databinding/axiom/AxiomHelper.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/databinding/axiom/AxiomHelper.html new file mode 100644 index 0000000000..4eeb4de9b3 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/databinding/axiom/AxiomHelper.html @@ -0,0 +1,332 @@ + + + + + + +AxiomHelper + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.databinding.axiom +
+Class AxiomHelper

+
+java.lang.Object
+  extended by org.apache.tuscany.sca.databinding.axiom.AxiomHelper
+
+
+
+
public class AxiomHelper
extends java.lang.Object
+ + +

+Helper for AXIOM +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static voidadjustElementName(TransformationContext context, + OMElement element) + +
+           
+static voidcloseImmediately(OMElement om) + +
+          This method will close the builder immediately.
+static voidcompleteAndClose(OMElement om) + +
+          See http://issues.apache.org/jira/browse/WSCOMMONS-240
+static OMElementcreateOMElement(OMFactory factory, + javax.xml.namespace.QName element) + +
+           
+static OMElementcreateOMElement(OMFactory factory, + javax.xml.namespace.QName element, + OMDataSource dataSource) + +
+           
+static OMNamespacecreateOMNamespace(OMFactory factory, + javax.xml.namespace.QName name) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Method Detail
+ +

+completeAndClose

+
+public static void completeAndClose(OMElement om)
+
+
See http://issues.apache.org/jira/browse/WSCOMMONS-240 +

+

+
Parameters:
om -
+
+
+
+ +

+closeImmediately

+
+public static void closeImmediately(OMElement om)
+
+
This method will close the builder immediately. Any subsequent Axiom objects won't + be built or accessible. +

+

+
+
+
+
+ +

+adjustElementName

+
+public static void adjustElementName(TransformationContext context,
+                                     OMElement element)
+
+
+
Parameters:
context -
element -
+
+
+
+ +

+createOMElement

+
+public static OMElement createOMElement(OMFactory factory,
+                                        javax.xml.namespace.QName element)
+
+
+
+
+
+
+ +

+createOMElement

+
+public static OMElement createOMElement(OMFactory factory,
+                                        javax.xml.namespace.QName element,
+                                        OMDataSource dataSource)
+
+
+
+
+
+
+ +

+createOMNamespace

+
+public static OMNamespace createOMNamespace(OMFactory factory,
+                                            javax.xml.namespace.QName name)
+
+
+
Parameters:
factory -
name - +
Returns:
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3