Uses of Class
org.wso2.javascript.xmlimpl.XML

Uses of XML in org.wso2.javascript.xmlimpl
 

Methods in org.wso2.javascript.xmlimpl that return XML
 XML AxiomNode.getElemetFromText(XMLLibImpl lib, XMLName xmlName, String value)
           
 XML AxiomNode.getXMLObject(XMLLibImpl lib)
           
 XML XML.insertChild(AxiomNode refNode, Object value, int mode)
          Insert the value according to the refNode and mode If refNode is null then append or prepend the value based on the mode If refNode is not null then insert value after or before the refNode based on the mode
 

Methods in org.wso2.javascript.xmlimpl with parameters of type XML
 void XML.replaceAll(XML targetXML)
           
 



Copyright © 2012 WSO2. All Rights Reserved.