de.opsdesign.yax.insert
Class Yax

java.lang.Object
  extended by de.opsdesign.yax.insert.Yax

public class Yax
extends java.lang.Object

This file is part of the de.opsdesign.yax project.

Author:
joerg.moebius@hamburg.de Software and documentation are released under the terms of the GNU LGPL license (see http://www.gnu.org/copyleft/lesser.html) and comes without a warranty of any kind.

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

Yax

public Yax()
Method Detail

main

public static void main(java.lang.String[] args)
inserts an source element into a target document

Parameters:
sourceFile - name of the xml file containing the new element
sourceElement - path to the new element
targetFile - name of the xml file which contains the target document
targetMode - before | after (the new element will be inserted before | after targetElement
targetElement - insertion point within the target document
outputFile - name of the xml file the new document will be written to or
configfile - xml filename which contains the above described parameters.

run

public void run(java.lang.String[] args)


Copyright © 2008 OPS Design GmbH. All Rights Reserved.