org.apache.bsf.xml
Class JavaScriptE4XAxiomHelper

java.lang.Object
  extended by org.apache.bsf.xml.XMLHelper
      extended by org.apache.bsf.xml.DefaultXMLHelper
          extended by org.apache.bsf.xml.JavaScriptE4XAxiomHelper

public class JavaScriptE4XAxiomHelper
extends DefaultXMLHelper

XMLHelper for JavaScript E4X using Axiom


Method Summary
static void init()
           
 org.apache.axiom.om.OMElement toOMElement(java.lang.Object scriptXML)
           
 java.lang.Object toScriptXML(org.apache.axiom.om.OMElement om)
           
 
Methods inherited from class org.apache.bsf.xml.DefaultXMLHelper
toDOMNode, toScriptXML, toScriptXML, toXMLStreamReader
 
Methods inherited from class org.apache.bsf.xml.XMLHelper
getArgHelper
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toOMElement

public org.apache.axiom.om.OMElement toOMElement(java.lang.Object scriptXML)
                                          throws ScriptException
Overrides:
toOMElement in class DefaultXMLHelper
Throws:
ScriptException

toScriptXML

public java.lang.Object toScriptXML(org.apache.axiom.om.OMElement om)
                             throws ScriptException
Overrides:
toScriptXML in class DefaultXMLHelper
Throws:
ScriptException

init

public static void init()


Copyright © 1999-2009 Apache Software Foundation. All Rights Reserved.