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(Object scriptXML)
           
 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(Object scriptXML)
                                          throws ScriptException
Overrides:
toOMElement in class DefaultXMLHelper
Throws:
ScriptException

toScriptXML

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


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.