|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.jxml.quick.util.qdmlRoot.SetRoot
Constructor Summary | |
SetRoot()
|
Method Summary | |
void |
eval(Map properties,
List args,
ClassLoader cl)
This method can be invoked by config. in - the (required) property naming the QDML document to be updated root - the (required) property naming the root element out - the (optional) property naming the output file. |
static void |
main(String[] args)
Sets the root attribute in a qdml file. args[0] - The qdml input file. args[1] - The root element name. args[2] - The qdml output file. |
String |
update(String input,
String root)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SetRoot()
Method Detail |
public void eval(Map properties, List args, ClassLoader cl) throws Exception
eval
in interface Item
public String update(String input, String root) throws Throwable
public static void main(String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |