|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.opsdesign.yax.insert.Yax
public class Yax
This file is part of the de.opsdesign.yax project.
| Constructor Summary | |
|---|---|
Yax()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
inserts an source element into a target document |
void |
run(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Yax()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
sourceFile - name of the xml file containing the new elementsourceElement - path to the new elementtargetFile - name of the xml file which contains the target documenttargetMode - before | after
(the new element will be inserted before | after targetElementtargetElement - insertion point within the target documentoutputFile - name of the xml file the new document will be written to
orconfigfile - xml filename which contains the above described parameters.public void run(java.lang.String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||