org.apache.bsf.xml
Class JavaScriptE4XXmlBeansHelper

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

public class JavaScriptE4XXmlBeansHelper
extends DefaultXMLHelper

XMLHelper for JavaScript E4X using XmlBeans


Method Summary
 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, init
 
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


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