Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
void |
XML.replaceAll(XML targetXML) |
Copyright © 2013 WSO2. All Rights Reserved.