org.dlese.dpc.xml.schema
Class SchemaNamespaceConverter
java.lang.Object
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 $
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 |
SCHEMA_NAMESPACE_URI
public static final String SCHEMA_NAMESPACE_URI
- See Also:
- Constant Field Values
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