org.dlese.dpc.schemedit.test
Class SchemaPathSorter
java.lang.Object
org.dlese.dpc.schemedit.test.SchemaPathSorter
public class SchemaPathSorter
- extends Object
Utilities for manipulating XPaths, represented as String
- Version:
- $Id: SchemaPathSorter.java,v 1.3 2009/03/20 23:33:58 jweather Exp $
- Author:
- ostwald
Method Summary |
static void |
main(String[] args)
Read in a framework (we need the schemaNode map) |
static void |
prtList(List list)
NOT YET DOCUMENTED |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchemaPathSorter
public SchemaPathSorter(String xmlFormat)
throws Exception
- Throws:
Exception
prtList
public static void prtList(List list)
- NOT YET DOCUMENTED
- Parameters:
name
- NOT YET DOCUMENTEDarray
- NOT YET DOCUMENTED
main
public static void main(String[] args)
throws Exception
- Read in a framework (we need the schemaNode map)
- Parameters:
args
- The command line arguments
- Throws:
Exception
- NOT YET DOCUMENTED