|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of XML in org.mozilla.javascript.xmlimpl |
---|
Methods in org.mozilla.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.mozilla.javascript.xmlimpl with parameters of type XML | |
---|---|
void |
XML.replaceAll(XML targetXML)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |