DLESE Tools
v1.6.0

org.dlese.dpc.xml.schema
Class SchemaNamespaceConverter

java.lang.Object
  extended by org.dlese.dpc.xml.schema.SchemaNamespaceConverter

public class SchemaNamespaceConverter
extends Object

Class for testing dom manipulation with help from SchemaHelper

Version:
$Id: SchemaNamespaceConverter.java,v 1.3 2009/03/20 23:34:01 jweather Exp $
Author:
ostwald

$Id $


Field Summary
static String SCHEMA_NAMESPACE_URI
           
 
Method Summary
static void main(String[] args)
          The main program for the SchemaNamespaceConverter class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCHEMA_NAMESPACE_URI

public static final String SCHEMA_NAMESPACE_URI
See Also:
Constant Field Values
Method Detail

main

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

Parameters:
args - The command line arguments
Throws:
Exception - NOT YET DOCUMENTED

DLESE Tools
v1.6.0