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

Uses of AxiomNode in org.wso2.javascript.xmlimpl
 

Methods in org.wso2.javascript.xmlimpl that return AxiomNode
 AxiomNode AxiomNode.childAt(int index)
          Retrieve the (index)th child of the current element and covered in an AxiomNode
 AxiomNode AxiomNode.getParentNode()
           
 

Methods in org.wso2.javascript.xmlimpl with parameters of type AxiomNode
 void XMLList.addAxiomNode(AxiomNode axiomNode)
           
 void AxiomNode.insertChild(AxiomNode refNode, AxiomNode nodeToInsert, int mode)
           
 XML XML.insertChild(AxiomNode refNode, java.lang.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
 XMLList AxiomNodeMatcher.matchAnyLocalName(AxiomNode axiomNode, XMLList xmlList, int type, java.lang.String namespaceURI)
           
 XMLList AxiomNodeMatcher.matchAnyNamespace(AxiomNode axiomNode, XMLList xmlList, int type, java.lang.String LocalName, java.lang.String namespaceURI)
           
 XMLList AxiomNodeMatcher.matchAnyQName(AxiomNode axiomNode, XMLList xmlList, int type)
           
 XMLList AxiomNodeMatcher.matchQName(AxiomNode axiomNode, XMLList xmlList, int type, javax.xml.namespace.QName qname)
           
protected  void XML.removeChild(AxiomNode axiomNode)
           
 void AxiomNode.removeChild(AxiomNode axiomNode)
           
 void AxiomNode.setParentNode(AxiomNode parentNode)
           
 



Copyright © 2008 WSO2. All Rights Reserved.