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)
|