DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.test
Class InsertTester

java.lang.Object
  extended by org.dlese.dpc.schemedit.test.InsertTester

public class InsertTester
extends Object

Description of the Class

Author:
ostwald

Field Summary
 DocMap docMap
           
 SchemaHelper sh
           
 SimpleSchemaHelperTester ssht
           
 
Constructor Summary
InsertTester(String schemaName, String instanceDocPath)
           
 
Method Summary
static void main(String[] args)
          The main program for the InsertTester class
 void showSchemaNodes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ssht

public SimpleSchemaHelperTester ssht

docMap

public DocMap docMap

sh

public SchemaHelper sh
Constructor Detail

InsertTester

public InsertTester(String schemaName,
                    String instanceDocPath)
             throws Exception
Throws:
Exception
Method Detail

main

public static void main(String[] args)
                 throws Exception
The main program for the InsertTester class

Parameters:
args - The command line arguments
Throws:
Exception

showSchemaNodes

public void showSchemaNodes()

DLESE Tools
v1.6.0